#da7b12

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

Shades of Ochre #DA7B12

Tints of Ochre #DA7B12

Color information

#DA7B12 (or 0xDA7B12) is unknown color: approx Ochre. HEX triplet: DA, 7B and 12. RGB value is (218,123,18). Sum of RGB (Red+Green+Blue) = 218+123+18=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7B12 is #2584ED. Grayscale: #8B8B8B. Windows color (decimal): -2458862 or 1211354. OLE color: 1211354.

HSL color Cylindrical-coordinate representation of color #DA7B12: hue angle of 31.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA7B12 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB21812318-
CMYK00.440.920.15
HSL31.5º84.75%46.27%-
HSV(B)31.5º91.74%85.49%-
XYZ36.1129.124.29-
YUV139.4359.47184.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.72%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 18 (7.42% from 255) = 5.01%
R=60.72%
G=34.26%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181231800.440.920.1531.584.7546.27
HexDA7B1202C5CF20552e
Octal33217322054134174012556
Binary110110101111011100100101100101110011111000001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da7b12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da7b12; }

 p { color: rgb(218,123,18); }

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

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

 a { background-color: rgb(218,123,18); }

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

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

 span { border-color: rgb(218,123,18); }

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