#CF801D

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

Shades of Ochre #CF801D

Tints of Ochre #CF801D

Color information

#CF801D (or 0xCF801D) is unknown color: approx Ochre. HEX triplet: CF, 80 and 1D. RGB value is (207,128,29). Sum of RGB (Red+Green+Blue) = 207+128+29=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF801D is #307FE2. Grayscale: #8C8C8C. Windows color (decimal): -3178467 or 1933519. OLE color: 1933519.

HSL color Cylindrical-coordinate representation of color #CF801D: hue angle of 33.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF801D is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20712829-
CMYK00.380.860.19
HSL33.37º75.42%46.27%-
HSV(B)33.37º85.99%81.18%-
XYZ33.6728.794.95-
YUV140.3465.17175.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.87%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 29 (11.72% from 255) = 7.97%
R=56.87%
G=35.16%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071282900.380.860.1933.3775.4246.27
HexCF801D0265613214b2e
Octal31720035046126234111356
Binary11001111100000001110101001101010110100111000011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF801D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF801D; }

 p { color: rgb(207,128,29); }

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

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

 a { background-color: rgb(207,128,29); }

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

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

 span { border-color: rgb(207,128,29); }

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