Html Css Color HEX #CC8708 Dark Goldenrod

📋 copy color: '#CC8708'

red 204 ◦ green 135 ◦ blue 8

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

Shades of Dark Goldenrod #CC8708

Tints of Dark Goldenrod #CC8708

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.9%

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

R = 58.79%
G = 38.9%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC8708 (or 0xCC8708) is known color: Dark Goldenrod. HEX triplet: CC, 87 and 08. RGB value is (204,135,8). Sum of RGB (Red+Green+Blue) = 204+135+8=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8708 is #3378F7. Grayscale: #8D8D8D. Windows color (decimal): -3373304 or 559052. OLE color: 559052.

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

Color convert

RGB 204 135 8 -
CMYK 0 0.34 0.96 0.2
HSL 38.88º 0.92% 0.42% -
HSV(B) 38.88º 0.96% 0.8% -
XYZ 33.61 30.18 4.28 -
YUV 141.15 52.86 172.83 -
System Red Green Blue C M Y K H S L
Decimal 204 135 8 0 0.34 0.96 0.2 38.88 0.92 0.42
Hex CC 87 8 0 22 60 14 27 5C 2A
Octal 314 207 10 0 42 140 24 47 134 52
Binary 11001100 10000111 1000 0 100010 1100000 10100 100111 1011100 101010

Color Harmonies of #CC8708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8708

Black with #CC8708

Text Example


Text Example

White with #CC8708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8708; }

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

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

background-color css

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

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

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

border-color css

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

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

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