#CC7A0D

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

Shades of Ochre #CC7A0D

Tints of Ochre #CC7A0D

Color information

#CC7A0D (or 0xCC7A0D) is unknown color: approx Ochre. HEX triplet: CC, 7A and 0D. RGB value is (204,122,13). Sum of RGB (Red+Green+Blue) = 204+122+13=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A0D is #3385F2. Grayscale: #868686. Windows color (decimal): -3376627 or 883404. OLE color: 883404.

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

Color convert

RGB20412213-
CMYK00.400.940.2
HSL34.24º88.02%42.55%-
HSV(B)34.24º93.63%80%-
XYZ31.9326.793.87-
YUV134.0959.67177.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.18%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 13 (5.47% from 255) = 3.83%
R=60.18%
G=35.99%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041221300.400.940.234.2488.0242.55
HexCC7AD0285E1422582b
Octal31417215050136244213053
Binary110011001111010110101010001011110101001000101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A0D; }

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

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

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

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

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

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

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

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