Html Css Color HEX #CC9408 Dark Goldenrod

📋 copy color: '#CC9408'

red 204 ◦ green 148 ◦ blue 8

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

Shades of Dark Goldenrod #CC9408

Tints of Dark Goldenrod #CC9408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 56.67%
G = 41.11%
B = 2.22%

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

#CC9408 (or 0xCC9408) is known color: Dark Goldenrod. HEX triplet: CC, 94 and 08. RGB value is (204,148,8). Sum of RGB (Red+Green+Blue) = 204+148+8=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9408 is #336BF7. Grayscale: #959595. Windows color (decimal): -3369976 or 562380. OLE color: 562380.

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

Color convert

RGB 204 148 8 -
CMYK 0 0.27 0.96 0.2
HSL 42.86º 0.92% 0.42% -
HSV(B) 42.86º 0.96% 0.8% -
XYZ 35.54 34.03 4.93 -
YUV 148.78 48.55 167.38 -
System Red Green Blue C M Y K H S L
Decimal 204 148 8 0 0.27 0.96 0.2 42.86 0.92 0.42
Hex CC 94 8 0 1B 60 14 2B 5C 2A
Octal 314 224 10 0 33 140 24 53 134 52
Binary 11001100 10010100 1000 0 11011 1100000 10100 101011 1011100 101010

Color Harmonies of #CC9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9408

Black with #CC9408

Text Example


Text Example

White with #CC9408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9408; }

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

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

background-color css

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

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

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

border-color css

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

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

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