Html Css Color HEX #CC9009 Dark Goldenrod

📋 copy color: '#CC9009'

red 204 ◦ green 144 ◦ blue 9

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

Shades of Dark Goldenrod #CC9009

Tints of Dark Goldenrod #CC9009

RGB

 RED value IS 204 (80.08% from 255) = 57.14%

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

 BLUE value IS 9 (3.91% from 255) = 2.52%

R = 57.14%
G = 40.34%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC9009 (or 0xCC9009) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 09. RGB value is (204,144,9). Sum of RGB (Red+Green+Blue) = 204+144+9=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9009 is #336FF6. Grayscale: #939393. Windows color (decimal): -3370999 or 626892. OLE color: 626892.

HSL color Cylindrical-coordinate representation of color #CC9009: hue angle of 41.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC9009 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 9 -
CMYK 0 0.29 0.96 0.2
HSL 41.54º 0.92% 0.42% -
HSV(B) 41.54º 0.96% 0.8% -
XYZ 34.92 32.8 4.75 -
YUV 146.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 204 144 9 0 0.29 0.96 0.2 41.54 0.92 0.42
Hex CC 90 9 0 1D 60 14 2A 5C 2A
Octal 314 220 11 0 35 140 24 52 134 52
Binary 11001100 10010000 1001 0 11101 1100000 10100 101010 1011100 101010

Color Harmonies of #CC9009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9009

Black with #CC9009

Text Example


Text Example

White with #CC9009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9009; }

 p { color: rgb(204,144,9); }

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

background-color css

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

 a { background-color: rgb(204,144,9); }

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

border-color css

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

 span { border-color: rgb(204,144,9); }

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