Html Css Color HEX #CC8208 Dark Goldenrod

📋 copy color: '#CC8208'

red 204 ◦ green 130 ◦ blue 8

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

Shades of Dark Goldenrod #CC8208

Tints of Dark Goldenrod #CC8208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 59.65%
G = 38.01%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC8208 (or 0xCC8208) is known color: Dark Goldenrod. HEX triplet: CC, 82 and 08. RGB value is (204,130,8). Sum of RGB (Red+Green+Blue) = 204+130+8=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8208 is #337DF7. Grayscale: #8A8A8A. Windows color (decimal): -3374584 or 557772. OLE color: 557772.

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

Color convert

RGB 204 130 8 -
CMYK 0 0.36 0.96 0.2
HSL 37.35º 0.92% 0.42% -
HSV(B) 37.35º 0.96% 0.8% -
XYZ 32.93 28.82 4.06 -
YUV 138.22 54.52 174.92 -
System Red Green Blue C M Y K H S L
Decimal 204 130 8 0 0.36 0.96 0.2 37.35 0.92 0.42
Hex CC 82 8 0 24 60 14 25 5C 2A
Octal 314 202 10 0 44 140 24 45 134 52
Binary 11001100 10000010 1000 0 100100 1100000 10100 100101 1011100 101010

Color Harmonies of #CC8208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8208

Black with #CC8208

Text Example


Text Example

White with #CC8208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8208; }

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

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

background-color css

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

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

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

border-color css

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

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

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