Html Css Color HEX #CC8608 Dark Goldenrod

📋 copy color: '#CC8608'

red 204 ◦ green 134 ◦ blue 8

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

Shades of Dark Goldenrod #CC8608

Tints of Dark Goldenrod #CC8608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

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

R = 58.96%
G = 38.73%
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

#CC8608 (or 0xCC8608) is known color: Dark Goldenrod. HEX triplet: CC, 86 and 08. RGB value is (204,134,8). Sum of RGB (Red+Green+Blue) = 204+134+8=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8608 is #3379F7. Grayscale: #8D8D8D. Windows color (decimal): -3373560 or 558796. OLE color: 558796.

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

Color convert

RGB 204 134 8 -
CMYK 0 0.34 0.96 0.2
HSL 38.57º 0.92% 0.42% -
HSV(B) 38.57º 0.96% 0.8% -
XYZ 33.47 29.91 4.24 -
YUV 140.57 53.19 173.25 -
System Red Green Blue C M Y K H S L
Decimal 204 134 8 0 0.34 0.96 0.2 38.57 0.92 0.42
Hex CC 86 8 0 22 60 14 27 5C 2A
Octal 314 206 10 0 42 140 24 47 134 52
Binary 11001100 10000110 1000 0 100010 1100000 10100 100111 1011100 101010

Color Harmonies of #CC8608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8608

Black with #CC8608

Text Example


Text Example

White with #CC8608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8608; }

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

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

background-color css

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

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

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

border-color css

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

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

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