#D38414

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

Shades of Ochre #D38414

Tints of Ochre #D38414

Color information

#D38414 (or 0xD38414) is unknown color: approx Ochre. HEX triplet: D3, 84 and 14. RGB value is (211,132,20). Sum of RGB (Red+Green+Blue) = 211+132+20=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D38414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38414 is #2C7BEB. Grayscale: #8F8F8F. Windows color (decimal): -2915308 or 1344723. OLE color: 1344723.

HSL color Cylindrical-coordinate representation of color #D38414: hue angle of 35.18º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D38414 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB21113220-
CMYK00.370.910.17
HSL35.18º82.68%45.29%-
HSV(B)35.18º90.52%82.75%-
XYZ35.2430.44.67-
YUV142.8558.67176.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.13%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 20 (8.20% from 255) = 5.51%
R=58.13%
G=36.36%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111322000.370.910.1735.1882.6845.29
HexD384140255B1123532d
Octal32320424045133214312355
Binary11010011100001001010001001011011011100011000111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38414; }

 p { color: rgb(211,132,20); }

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

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

 a { background-color: rgb(211,132,20); }

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

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

 span { border-color: rgb(211,132,20); }

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