Html Css Color HEX #D88116 Ochre

📋 copy color: '#D88116'

red 216 ◦ green 129 ◦ blue 22

#D88116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #D88116

Tints of Ochre #D88116

RGB

 RED value IS 216 (84.77% from 255) = 58.86%

 GREEN value IS 129 (50.78% from 255) = 35.15%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 58.86%
G = 35.15%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D88116 (or 0xD88116) is known color: Ochre. HEX triplet: D8, 81 and 16. RGB value is (216,129,22). Sum of RGB (Red+Green+Blue) = 216+129+22=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D88116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88116 is #277EE9. Grayscale: #8F8F8F. Windows color (decimal): -2588394 or 1475032. OLE color: 1475032.

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

Color convert

RGB 216 129 22 -
CMYK 0 0.40 0.90 0.15
HSL 33.09º 0.82% 0.47% -
HSV(B) 33.09º 0.9% 0.85% -
XYZ 36.31 30.36 4.7 -
YUV 142.82 59.82 180.2 -
System Red Green Blue C M Y K H S L
Decimal 216 129 22 0 0.40 0.90 0.15 33.09 0.82 0.47
Hex D8 81 16 0 28 5A F 21 52 2F
Octal 330 201 26 0 50 132 17 41 122 57
Binary 11011000 10000001 10110 0 101000 1011010 1111 100001 1010010 101111

Color Harmonies of #D88116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88116

Black with #D88116

Text Example


Text Example

White with #D88116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88116; }

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

 H1.HeaderClassName
 {
   color: #D88116;
 }
 .AnyTagClassName
 {
   color: #D88116;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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