Html Css Color HEX #C09002 Dark Goldenrod

📋 copy color: '#C09002'

red 192 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #C09002

Tints of Dark Goldenrod #C09002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 56.8%
G = 42.6%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C09002 (or 0xC09002) is known color: Dark Goldenrod. HEX triplet: C0, 90 and 02. RGB value is (192,144,2). Sum of RGB (Red+Green+Blue) = 192+144+2=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C09002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09002 is #3F6FFD. Grayscale: #8E8E8E. Windows color (decimal): -4157438 or 168128. OLE color: 168128.

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

Color convert

RGB 192 144 2 -
CMYK 0 0.25 0.99 0.25
HSL 44.84º 0.98% 0.38% -
HSV(B) 44.84º 0.99% 0.75% -
XYZ 31.72 31.16 4.4 -
YUV 142.16 48.9 163.55 -
System Red Green Blue C M Y K H S L
Decimal 192 144 2 0 0.25 0.99 0.25 44.84 0.98 0.38
Hex C0 90 2 0 19 63 19 2D 62 26
Octal 300 220 2 0 31 143 31 55 142 46
Binary 11000000 10010000 10 0 11001 1100011 11001 101101 1100010 100110

Color Harmonies of #C09002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09002

Black with #C09002

Text Example


Text Example

White with #C09002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09002; }

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

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

background-color css

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

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

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

border-color css

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

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

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