Html Css Color HEX #C08602 Dark Goldenrod

📋 copy color: '#C08602'

red 192 ◦ green 134 ◦ blue 2

#C08602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C08602

Tints of Dark Goldenrod #C08602

RGB

 RED value IS 192 (75.39% from 255) = 58.54%

 GREEN value IS 134 (52.73% from 255) = 40.85%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 58.54%
G = 40.85%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C08602 (or 0xC08602) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 02. RGB value is (192,134,2). Sum of RGB (Red+Green+Blue) = 192+134+2=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C08602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08602 is #3F79FD. Grayscale: #888888. Windows color (decimal): -4159998 or 165568. OLE color: 165568.

HSL color Cylindrical-coordinate representation of color #C08602: hue angle of 41.68º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C08602 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 2 -
CMYK 0 0.30 0.99 0.25
HSL 41.68º 0.98% 0.38% -
HSV(B) 41.68º 0.99% 0.75% -
XYZ 30.27 28.26 3.92 -
YUV 136.29 52.22 167.73 -
System Red Green Blue C M Y K H S L
Decimal 192 134 2 0 0.30 0.99 0.25 41.68 0.98 0.38
Hex C0 86 2 0 1E 63 19 2A 62 26
Octal 300 206 2 0 36 143 31 52 142 46
Binary 11000000 10000110 10 0 11110 1100011 11001 101010 1100010 100110

Color Harmonies of #C08602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08602

Black with #C08602

Text Example


Text Example

White with #C08602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08602; }

 p { color: rgb(192,134,2); }

 H1.HeaderClassName
 {
   color: #C08602;
 }
 .AnyTagClassName
 {
   color: #C08602;
 }
</style>

background-color css

<style>
 a { background-color: #C08602; }

 a { background-color: rgb(192,134,2); }

 div.DivClassName
 {
   background-color: #C08602;
 }
 .BgClassName
 {
   background-color: #C08602;
 }
</style>

border-color css

<style>
 span { border-color: #C08602; }

 span { border-color: rgb(192,134,2); }

 td.TdClassName
 {
   border-color: #C08602;
 }
 .TagClassName
 {
   border-color: #C08602;
 }
</style>