#D58020

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

Shades of Ochre #D58020

Tints of Ochre #D58020

Color information

#D58020 (or 0xD58020) is unknown color: approx Ochre. HEX triplet: D5, 80 and 20. RGB value is (213,128,32). Sum of RGB (Red+Green+Blue) = 213+128+32=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D58020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58020 is #2A7FDF. Grayscale: #8E8E8E. Windows color (decimal): -2785248 or 2130133. OLE color: 2130133.

HSL color Cylindrical-coordinate representation of color #D58020: hue angle of 31.82º degrees, saturation: 0.74, 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 #D58020 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB21312832-
CMYK00.400.850.16
HSL31.82º73.88%48.04%-
HSV(B)31.82º84.98%83.53%-
XYZ35.4229.695.23-
YUV142.4765.66178.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.10%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 32 (12.89% from 255) = 8.58%
R=57.10%
G=34.32%
B=8.58%

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
Decimal2131283200.400.850.1631.8273.8848.04
HexD580200285510204a30
Octal32520040050125204011260
Binary110101011000000010000001010001010101100001000001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58020; }

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

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

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

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

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

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

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

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