Html Css Color HEX #CC7C08 Dark Goldenrod

📋 copy color: '#CC7C08'

red 204 ◦ green 124 ◦ blue 8

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

Shades of Dark Goldenrod #CC7C08

Tints of Dark Goldenrod #CC7C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

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

R = 60.71%
G = 36.9%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC7C08 (or 0xCC7C08) is known color: Dark Goldenrod. HEX triplet: CC, 7C and 08. RGB value is (204,124,8). Sum of RGB (Red+Green+Blue) = 204+124+8=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7C08 is #3383F7. Grayscale: #878787. Windows color (decimal): -3376120 or 556236. OLE color: 556236.

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

Color convert

RGB 204 124 8 -
CMYK 0 0.39 0.96 0.2
HSL 35.51º 0.92% 0.42% -
HSV(B) 35.51º 0.96% 0.8% -
XYZ 32.15 27.27 3.8 -
YUV 134.7 56.5 177.43 -
System Red Green Blue C M Y K H S L
Decimal 204 124 8 0 0.39 0.96 0.2 35.51 0.92 0.42
Hex CC 7C 8 0 27 60 14 24 5C 2A
Octal 314 174 10 0 47 140 24 44 134 52
Binary 11001100 1111100 1000 0 100111 1100000 10100 100100 1011100 101010

Color Harmonies of #CC7C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C08

Black with #CC7C08

Text Example


Text Example

White with #CC7C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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