#D88121

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

Shades of Ochre #D88121

Tints of Ochre #D88121

Color information

#D88121 (or 0xD88121) is unknown color: approx Ochre. HEX triplet: D8, 81 and 21. RGB value is (216,129,33). Sum of RGB (Red+Green+Blue) = 216+129+33=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D88121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88121 is #277EDE. Grayscale: #909090. Windows color (decimal): -2588383 or 2195928. OLE color: 2195928.

HSL color Cylindrical-coordinate representation of color #D88121: hue angle of 31.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D88121 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21612933-
CMYK00.400.850.15
HSL31.48º73.49%48.82%-
HSV(B)31.48º84.72%84.71%-
XYZ36.4430.415.39-
YUV144.0765.32179.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.14%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 33 (13.28% from 255) = 8.73%
R=57.14%
G=34.13%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161293300.400.850.1531.4873.4948.82
HexD8812102855F1f4931
Octal33020141050125173711161
Binary1101100010000001100001010100010101011111111111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88121; }

 p { color: rgb(216,129,33); }

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

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

 a { background-color: rgb(216,129,33); }

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

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

 span { border-color: rgb(216,129,33); }

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