#DA7F14

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

Shades of Ochre #DA7F14

Tints of Ochre #DA7F14

Color information

#DA7F14 (or 0xDA7F14) is unknown color: approx Ochre. HEX triplet: DA, 7F and 14. RGB value is (218,127,20). Sum of RGB (Red+Green+Blue) = 218+127+20=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F14 is #2580EB. Grayscale: #8E8E8E. Windows color (decimal): -2457836 or 1343450. OLE color: 1343450.

HSL color Cylindrical-coordinate representation of color #DA7F14: hue angle of 32.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7F14 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21812720-
CMYK00.420.910.15
HSL32.42º83.19%46.67%-
HSV(B)32.42º90.83%85.49%-
XYZ36.6330.134.55-
YUV142.0159.15182.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.73%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 20 (8.20% from 255) = 5.48%
R=59.73%
G=34.79%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181272000.420.910.1532.4283.1946.67
HexDA7F1402A5BF20532f
Octal33217724052133174012357
Binary110110101111111101000101010101101111111000001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F14; }

 p { color: rgb(218,127,20); }

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

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

 a { background-color: rgb(218,127,20); }

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

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

 span { border-color: rgb(218,127,20); }

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