Html Css Color HEX #CC7D07 Dark Goldenrod

📋 copy color: '#CC7D07'

red 204 ◦ green 125 ◦ blue 7

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

Shades of Dark Goldenrod #CC7D07

Tints of Dark Goldenrod #CC7D07

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 60.71%
G = 37.2%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC7D07 (or 0xCC7D07) is known color: Dark Goldenrod. HEX triplet: CC, 7D and 07. RGB value is (204,125,7). Sum of RGB (Red+Green+Blue) = 204+125+7=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D07 is #3382F8. Grayscale: #878787. Windows color (decimal): -3375865 or 490956. OLE color: 490956.

HSL color Cylindrical-coordinate representation of color #CC7D07: hue angle of 35.94º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC7D07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 7 -
CMYK 0 0.39 0.97 0.2
HSL 35.94º 0.93% 0.41% -
HSV(B) 35.94º 0.97% 0.8% -
XYZ 32.27 27.52 3.81 -
YUV 135.17 55.67 177.09 -
System Red Green Blue C M Y K H S L
Decimal 204 125 7 0 0.39 0.97 0.2 35.94 0.93 0.41
Hex CC 7D 7 0 27 61 14 24 5D 29
Octal 314 175 7 0 47 141 24 44 135 51
Binary 11001100 1111101 111 0 100111 1100001 10100 100100 1011101 101001

Color Harmonies of #CC7D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D07

Black with #CC7D07

Text Example


Text Example

White with #CC7D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D07; }

 p { color: rgb(204,125,7); }

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

background-color css

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

 a { background-color: rgb(204,125,7); }

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

border-color css

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

 span { border-color: rgb(204,125,7); }

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