Html Css Color HEX #CC8D08 Dark Goldenrod

📋 copy color: '#CC8D08'

red 204 ◦ green 141 ◦ blue 8

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

Shades of Dark Goldenrod #CC8D08

Tints of Dark Goldenrod #CC8D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.94%

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

R = 57.79%
G = 39.94%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC8D08 (or 0xCC8D08) is known color: Dark Goldenrod. HEX triplet: CC, 8D and 08. RGB value is (204,141,8). Sum of RGB (Red+Green+Blue) = 204+141+8=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8D08 is #3372F7. Grayscale: #919191. Windows color (decimal): -3371768 or 560588. OLE color: 560588.

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

Color convert

RGB 204 141 8 -
CMYK 0 0.31 0.96 0.2
HSL 40.71º 0.92% 0.42% -
HSV(B) 40.71º 0.96% 0.8% -
XYZ 34.47 31.9 4.57 -
YUV 144.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 204 141 8 0 0.31 0.96 0.2 40.71 0.92 0.42
Hex CC 8D 8 0 1F 60 14 29 5C 2A
Octal 314 215 10 0 37 140 24 51 134 52
Binary 11001100 10001101 1000 0 11111 1100000 10100 101001 1011100 101010

Color Harmonies of #CC8D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8D08

Black with #CC8D08

Text Example


Text Example

White with #CC8D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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