#D38222

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

Shades of Ochre #D38222

Tints of Ochre #D38222

Color information

#D38222 (or 0xD38222) is unknown color: approx Ochre. HEX triplet: D3, 82 and 22. RGB value is (211,130,34). Sum of RGB (Red+Green+Blue) = 211+130+34=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D38222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38222 is #2C7DDD. Grayscale: #8F8F8F. Windows color (decimal): -2915806 or 2261715. OLE color: 2261715.

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

Color convert

RGB21113034-
CMYK00.380.840.17
HSL32.54º72.24%48.04%-
HSV(B)32.54º83.89%82.75%-
XYZ35.1429.935.44-
YUV143.2866.34176.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.27%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 34 (13.67% from 255) = 9.07%
R=56.27%
G=34.67%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111303400.380.840.1732.5472.2448.04
HexD382220265411214830
Octal32320242046124214111060
Binary110100111000001010001001001101010100100011000011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38222; }

 p { color: rgb(211,130,34); }

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

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

 a { background-color: rgb(211,130,34); }

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

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

 span { border-color: rgb(211,130,34); }

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