Html Css Color HEX #CC8408 Dark Goldenrod

📋 copy color: '#CC8408'

red 204 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #CC8408

Tints of Dark Goldenrod #CC8408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

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

R = 59.3%
G = 38.37%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC8408 (or 0xCC8408) is known color: Dark Goldenrod. HEX triplet: CC, 84 and 08. RGB value is (204,132,8). Sum of RGB (Red+Green+Blue) = 204+132+8=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8408 is #337BF7. Grayscale: #8B8B8B. Windows color (decimal): -3374072 or 558284. OLE color: 558284.

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

Color convert

RGB 204 132 8 -
CMYK 0 0.35 0.96 0.2
HSL 37.96º 0.92% 0.42% -
HSV(B) 37.96º 0.96% 0.8% -
XYZ 33.2 29.36 4.15 -
YUV 139.39 53.85 174.08 -
System Red Green Blue C M Y K H S L
Decimal 204 132 8 0 0.35 0.96 0.2 37.96 0.92 0.42
Hex CC 84 8 0 23 60 14 26 5C 2A
Octal 314 204 10 0 43 140 24 46 134 52
Binary 11001100 10000100 1000 0 100011 1100000 10100 100110 1011100 101010

Color Harmonies of #CC8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8408

Black with #CC8408

Text Example


Text Example

White with #CC8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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