#D38125

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

Shades of Ochre #D38125

Tints of Ochre #D38125

Color information

#D38125 (or 0xD38125) is unknown color: approx Ochre. HEX triplet: D3, 81 and 25. RGB value is (211,129,37). Sum of RGB (Red+Green+Blue) = 211+129+37=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D38125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38125 is #2C7EDA. Grayscale: #8F8F8F. Windows color (decimal): -2916059 or 2458067. OLE color: 2458067.

HSL color Cylindrical-coordinate representation of color #D38125: hue angle of 31.72º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D38125 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB21112937-
CMYK00.390.820.17
HSL31.72º70.16%48.63%-
HSV(B)31.72º82.46%82.75%-
XYZ35.0529.685.63-
YUV143.0368.17176.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.97%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 37 (14.84% from 255) = 9.81%
R=55.97%
G=34.22%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111293700.390.820.1731.7270.1648.63
HexD381250275211204631
Octal32320145047122214010661
Binary110100111000000110010101001111010010100011000001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38125; }

 p { color: rgb(211,129,37); }

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

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

 a { background-color: rgb(211,129,37); }

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

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

 span { border-color: rgb(211,129,37); }

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