Html Css Color HEX #CC8108 Dark Goldenrod

📋 copy color: '#CC8108'

red 204 ◦ green 129 ◦ blue 8

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

Shades of Dark Goldenrod #CC8108

Tints of Dark Goldenrod #CC8108

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

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

R = 59.82%
G = 37.83%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC8108 (or 0xCC8108) is known color: Dark Goldenrod. HEX triplet: CC, 81 and 08. RGB value is (204,129,8). Sum of RGB (Red+Green+Blue) = 204+129+8=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8108 is #337EF7. Grayscale: #8A8A8A. Windows color (decimal): -3374840 or 557516. OLE color: 557516.

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

Color convert

RGB 204 129 8 -
CMYK 0 0.37 0.96 0.2
HSL 37.04º 0.92% 0.42% -
HSV(B) 37.04º 0.96% 0.8% -
XYZ 32.8 28.56 4.01 -
YUV 137.63 54.85 175.34 -
System Red Green Blue C M Y K H S L
Decimal 204 129 8 0 0.37 0.96 0.2 37.04 0.92 0.42
Hex CC 81 8 0 25 60 14 25 5C 2A
Octal 314 201 10 0 45 140 24 45 134 52
Binary 11001100 10000001 1000 0 100101 1100000 10100 100101 1011100 101010

Color Harmonies of #CC8108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8108

Black with #CC8108

Text Example


Text Example

White with #CC8108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8108; }

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

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

background-color css

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

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

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

border-color css

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

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

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