#D3830F

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

Shades of Ochre #D3830F

Tints of Ochre #D3830F

Color information

#D3830F (or 0xD3830F) is unknown color: approx Ochre. HEX triplet: D3, 83 and 0F. RGB value is (211,131,15). Sum of RGB (Red+Green+Blue) = 211+131+15=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3830F is #2C7CF0. Grayscale: #8E8E8E. Windows color (decimal): -2915569 or 1016787. OLE color: 1016787.

HSL color Cylindrical-coordinate representation of color #D3830F: hue angle of 35.51º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3830F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB21113115-
CMYK00.380.930.17
HSL35.51º86.73%44.31%-
HSV(B)35.51º92.89%82.75%-
XYZ35.0730.124.42-
YUV141.756.5177.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.10%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 15 (6.25% from 255) = 4.20%
R=59.10%
G=36.69%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111311500.380.930.1735.5186.7344.31
HexD383F0265D1124572c
Octal32320317046135214412754
Binary1101001110000011111101001101011101100011001001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3830F; }

 p { color: rgb(211,131,15); }

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

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

 a { background-color: rgb(211,131,15); }

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

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

 span { border-color: rgb(211,131,15); }

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