#DA831C

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

Shades of Ochre #DA831C

Tints of Ochre #DA831C

Color information

#DA831C (or 0xDA831C) is unknown color: approx Ochre. HEX triplet: DA, 83 and 1C. RGB value is (218,131,28). Sum of RGB (Red+Green+Blue) = 218+131+28=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA831C is #257CE3. Grayscale: #919191. Windows color (decimal): -2456804 or 1868762. OLE color: 1868762.

HSL color Cylindrical-coordinate representation of color #DA831C: hue angle of 32.53º 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 #DA831C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21813128-
CMYK00.400.870.15
HSL32.53º77.24%48.24%-
HSV(B)32.53º87.16%85.49%-
XYZ37.2431.225.16-
YUV145.2761.82179.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.82%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 28 (11.33% from 255) = 7.43%
R=57.82%
G=34.75%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181312800.400.870.1532.5377.2448.24
HexDA831C02857F214d30
Octal33220334050127174111560
Binary1101101010000011111000101000101011111111000011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA831C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA831C; }

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

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

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

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

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

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

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

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