#DA781C

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

Shades of Ochre #DA781C

Tints of Ochre #DA781C

Color information

#DA781C (or 0xDA781C) is unknown color: approx Ochre. HEX triplet: DA, 78 and 1C. RGB value is (218,120,28). Sum of RGB (Red+Green+Blue) = 218+120+28=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA781C is #2587E3. Grayscale: #8B8B8B. Windows color (decimal): -2459620 or 1865946. OLE color: 1865946.

HSL color Cylindrical-coordinate representation of color #DA781C: hue angle of 29.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA781C is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21812028-
CMYK00.450.870.15
HSL29.05º77.24%48.24%-
HSV(B)29.05º87.16%85.49%-
XYZ35.8428.424.7-
YUV138.8165.47184.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.56%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 28 (11.33% from 255) = 7.65%
R=59.56%
G=32.79%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181202800.450.870.1529.0577.2448.24
HexDA781C02D57F1d4d30
Octal33217034055127173511560
Binary11011010111100011100010110110101111111111011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA781C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA781C; }

 p { color: rgb(218,120,28); }

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

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

 a { background-color: rgb(218,120,28); }

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

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

 span { border-color: rgb(218,120,28); }

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