#cc7d11

Color #CC7D11 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CC7D11

Tints of Ochre #CC7D11

Color information

#CC7D11 (or 0xCC7D11) is unknown color: approx Ochre. HEX triplet: CC, 7D and 11. RGB value is (204,125,17). Sum of RGB (Red+Green+Blue) = 204+125+17=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D11 is #3382EE. Grayscale: #888888. Windows color (decimal): -3375855 or 1146316. OLE color: 1146316.

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

Color convert

RGB20412517-
CMYK00.390.920.2
HSL34.65º84.62%43.33%-
HSV(B)34.65º91.67%80%-
XYZ32.3427.554.14-
YUV136.3160.67176.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.96%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 17 (7.03% from 255) = 4.91%
R=58.96%
G=36.13%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041251700.390.920.234.6584.6243.33
HexCC7D110275C1423552b
Octal31417521047134244312553
Binary1100110011111011000101001111011100101001000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7d11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7d11; }

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

 H1.HeaderClassName
 {
   color: #cc7d11;
 }
 .AnyTagClassName
 {
   color: #cc7d11;
 }
</style>
background-color css

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

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

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

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

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

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