Html Css Color HEX #C08502 Dark Goldenrod

📋 copy color: '#C08502'

red 192 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #C08502

Tints of Dark Goldenrod #C08502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

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

R = 58.72%
G = 40.67%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C08502 (or 0xC08502) is known color: Dark Goldenrod. HEX triplet: C0, 85 and 02. RGB value is (192,133,2). Sum of RGB (Red+Green+Blue) = 192+133+2=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C08502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08502 is #3F7AFD. Grayscale: #888888. Windows color (decimal): -4160254 or 165312. OLE color: 165312.

HSL color Cylindrical-coordinate representation of color #C08502: hue angle of 41.37º 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 #C08502 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 2 -
CMYK 0 0.31 0.99 0.25
HSL 41.37º 0.98% 0.38% -
HSV(B) 41.37º 0.99% 0.75% -
XYZ 30.14 27.99 3.87 -
YUV 135.71 52.55 168.15 -
System Red Green Blue C M Y K H S L
Decimal 192 133 2 0 0.31 0.99 0.25 41.37 0.98 0.38
Hex C0 85 2 0 1F 63 19 29 62 26
Octal 300 205 2 0 37 143 31 51 142 46
Binary 11000000 10000101 10 0 11111 1100011 11001 101001 1100010 100110

Color Harmonies of #C08502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08502

Black with #C08502

Text Example


Text Example

White with #C08502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08502; }

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

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

background-color css

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

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

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

border-color css

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

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

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