#CD720E

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

Shades of Ochre #CD720E

Tints of Ochre #CD720E

Color information

#CD720E (or 0xCD720E) is unknown color: approx Ochre. HEX triplet: CD, 72 and 0E. RGB value is (205,114,14). Sum of RGB (Red+Green+Blue) = 205+114+14=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD720E is #328DF1. Grayscale: #828282. Windows color (decimal): -3313138 or 946893. OLE color: 946893.

HSL color Cylindrical-coordinate representation of color #CD720E: hue angle of 31.41º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD720E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20511414-
CMYK00.440.930.20
HSL31.41º87.21%42.94%-
HSV(B)31.41º93.17%80.39%-
XYZ31.2725.053.6-
YUV129.8162.65181.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.56%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 14 (5.86% from 255) = 4.20%
R=61.56%
G=34.23%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051141400.440.930.2031.4187.2142.94
HexCD72E02C5D141f572b
Octal31516216054135243712753
Binary11001101111001011100101100101110110100111111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD720E; }

 p { color: rgb(205,114,14); }

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

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

 a { background-color: rgb(205,114,14); }

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

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

 span { border-color: rgb(205,114,14); }

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