Html Css Color HEX #CC8209 Dark Goldenrod

📋 copy color: '#CC8209'

red 204 ◦ green 130 ◦ blue 9

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

Shades of Dark Goldenrod #CC8209

Tints of Dark Goldenrod #CC8209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.62%

R = 59.48%
G = 37.9%
B = 2.62%

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

#CC8209 (or 0xCC8209) is known color: Dark Goldenrod. HEX triplet: CC, 82 and 09. RGB value is (204,130,9). Sum of RGB (Red+Green+Blue) = 204+130+9=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8209 is #337DF6. Grayscale: #8A8A8A. Windows color (decimal): -3374583 or 623308. OLE color: 623308.

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

Color convert

RGB 204 130 9 -
CMYK 0 0.36 0.96 0.2
HSL 37.23º 0.92% 0.42% -
HSV(B) 37.23º 0.96% 0.8% -
XYZ 32.93 28.82 4.09 -
YUV 138.33 55.02 174.84 -
System Red Green Blue C M Y K H S L
Decimal 204 130 9 0 0.36 0.96 0.2 37.23 0.92 0.42
Hex CC 82 9 0 24 60 14 25 5C 2A
Octal 314 202 11 0 44 140 24 45 134 52
Binary 11001100 10000010 1001 0 100100 1100000 10100 100101 1011100 101010

Color Harmonies of #CC8209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8209

Black with #CC8209

Text Example


Text Example

White with #CC8209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8209; }

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

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

background-color css

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

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

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

border-color css

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

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

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