Html Css Color HEX #CC9409 Dark Goldenrod

📋 copy color: '#CC9409'

red 204 ◦ green 148 ◦ blue 9

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

Shades of Dark Goldenrod #CC9409

Tints of Dark Goldenrod #CC9409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 56.51%
G = 41%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC9409 (or 0xCC9409) is known color: Dark Goldenrod. HEX triplet: CC, 94 and 09. RGB value is (204,148,9). Sum of RGB (Red+Green+Blue) = 204+148+9=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9409 is #336BF6. Grayscale: #959595. Windows color (decimal): -3369975 or 627916. OLE color: 627916.

HSL color Cylindrical-coordinate representation of color #CC9409: hue angle of 42.77º 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 #CC9409 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 148 9 -
CMYK 0 0.27 0.96 0.2
HSL 42.77º 0.92% 0.42% -
HSV(B) 42.77º 0.96% 0.8% -
XYZ 35.54 34.04 4.96 -
YUV 148.9 49.05 167.3 -
System Red Green Blue C M Y K H S L
Decimal 204 148 9 0 0.27 0.96 0.2 42.77 0.92 0.42
Hex CC 94 9 0 1B 60 14 2B 5C 2A
Octal 314 224 11 0 33 140 24 53 134 52
Binary 11001100 10010100 1001 0 11011 1100000 10100 101011 1011100 101010

Color Harmonies of #CC9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9409

Black with #CC9409

Text Example


Text Example

White with #CC9409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9409; }

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

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

background-color css

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

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

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

border-color css

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

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

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