#d5801f

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

Shades of Ochre #D5801F

Tints of Ochre #D5801F

Color information

#D5801F (or 0xD5801F) is unknown color: approx Ochre. HEX triplet: D5, 80 and 1F. RGB value is (213,128,31). Sum of RGB (Red+Green+Blue) = 213+128+31=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5801F is #2A7FE0. Grayscale: #8E8E8E. Windows color (decimal): -2785249 or 2064597. OLE color: 2064597.

HSL color Cylindrical-coordinate representation of color #D5801F: hue angle of 31.98º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5801F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB21312831-
CMYK00.400.850.16
HSL31.98º74.59%47.84%-
HSV(B)31.98º85.45%83.53%-
XYZ35.4129.685.16-
YUV142.3665.16178.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.26%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 31 (12.5% from 255) = 8.33%
R=57.26%
G=34.41%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131283100.400.850.1631.9874.5947.84
HexD5801F0285510204b30
Octal32520037050125204011360
Binary11010101100000001111101010001010101100001000001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5801f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5801f; }

 p { color: rgb(213,128,31); }

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

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

 a { background-color: rgb(213,128,31); }

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

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

 span { border-color: rgb(213,128,31); }

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