#D38716

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

Shades of Ochre #D38716

Tints of Ochre #D38716

Color information

#D38716 (or 0xD38716) is unknown color: approx Ochre. HEX triplet: D3, 87 and 16. RGB value is (211,135,22). Sum of RGB (Red+Green+Blue) = 211+135+22=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D38716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38716 is #2C78E9. Grayscale: #919191. Windows color (decimal): -2914538 or 1476563. OLE color: 1476563.

HSL color Cylindrical-coordinate representation of color #D38716: hue angle of 35.87º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D38716 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB21113522-
CMYK00.360.900.17
HSL35.87º81.12%45.69%-
HSV(B)35.87º89.57%82.75%-
XYZ35.6731.234.91-
YUV144.8458.68175.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.34%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 22 (8.98% from 255) = 5.98%
R=57.34%
G=36.68%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111352200.360.900.1735.8781.1245.69
HexD387160245A1124512e
Octal32320726044132214412156
Binary11010011100001111011001001001011010100011001001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38716; }

 p { color: rgb(211,135,22); }

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

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

 a { background-color: rgb(211,135,22); }

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

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

 span { border-color: rgb(211,135,22); }

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