Html Css Color HEX #CC8908 Dark Goldenrod

📋 copy color: '#CC8908'

red 204 ◦ green 137 ◦ blue 8

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

Shades of Dark Goldenrod #CC8908

Tints of Dark Goldenrod #CC8908

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

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

R = 58.45%
G = 39.26%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC8908 (or 0xCC8908) is known color: Dark Goldenrod. HEX triplet: CC, 89 and 08. RGB value is (204,137,8). Sum of RGB (Red+Green+Blue) = 204+137+8=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8908 is #3376F7. Grayscale: #8E8E8E. Windows color (decimal): -3372792 or 559564. OLE color: 559564.

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

Color convert

RGB 204 137 8 -
CMYK 0 0.33 0.96 0.2
HSL 39.49º 0.92% 0.42% -
HSV(B) 39.49º 0.96% 0.8% -
XYZ 33.89 30.75 4.38 -
YUV 142.33 52.2 171.99 -
System Red Green Blue C M Y K H S L
Decimal 204 137 8 0 0.33 0.96 0.2 39.49 0.92 0.42
Hex CC 89 8 0 21 60 14 27 5C 2A
Octal 314 211 10 0 41 140 24 47 134 52
Binary 11001100 10001001 1000 0 100001 1100000 10100 100111 1011100 101010

Color Harmonies of #CC8908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8908

Black with #CC8908

Text Example


Text Example

White with #CC8908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8908; }

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

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

background-color css

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

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

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

border-color css

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

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

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