Html Css Color HEX #CC7A08 Dark Goldenrod

📋 copy color: '#CC7A08'

red 204 ◦ green 122 ◦ blue 8

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

Shades of Dark Goldenrod #CC7A08

Tints of Dark Goldenrod #CC7A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

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

R = 61.08%
G = 36.53%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC7A08 (or 0xCC7A08) is known color: Dark Goldenrod. HEX triplet: CC, 7A and 08. RGB value is (204,122,8). Sum of RGB (Red+Green+Blue) = 204+122+8=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A08 is #3385F7. Grayscale: #868686. Windows color (decimal): -3376632 or 555724. OLE color: 555724.

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

Color convert

RGB 204 122 8 -
CMYK 0 0.40 0.96 0.2
HSL 34.9º 0.92% 0.42% -
HSV(B) 34.9º 0.96% 0.8% -
XYZ 31.91 26.77 3.72 -
YUV 133.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 204 122 8 0 0.40 0.96 0.2 34.9 0.92 0.42
Hex CC 7A 8 0 28 60 14 23 5C 2A
Octal 314 172 10 0 50 140 24 43 134 52
Binary 11001100 1111010 1000 0 101000 1100000 10100 100011 1011100 101010

Color Harmonies of #CC7A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A08

Black with #CC7A08

Text Example


Text Example

White with #CC7A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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