Html Css Color HEX #D88215 Ochre

📋 copy color: '#D88215'

red 216 ◦ green 130 ◦ blue 21

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

Shades of Ochre #D88215

Tints of Ochre #D88215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 21 (8.59% from 255) = 5.72%

R = 58.86%
G = 35.42%
B = 5.72%

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

#D88215 (or 0xD88215) is known color: Ochre. HEX triplet: D8, 82 and 15. RGB value is (216,130,21). Sum of RGB (Red+Green+Blue) = 216+130+21=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D88215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88215 is #277DEA. Grayscale: #8F8F8F. Windows color (decimal): -2588139 or 1409752. OLE color: 1409752.

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

Color convert

RGB 216 130 21 -
CMYK 0 0.40 0.90 0.15
HSL 33.54º 0.82% 0.46% -
HSV(B) 33.54º 0.9% 0.85% -
XYZ 36.44 30.62 4.7 -
YUV 143.29 58.99 179.86 -
System Red Green Blue C M Y K H S L
Decimal 216 130 21 0 0.40 0.90 0.15 33.54 0.82 0.46
Hex D8 82 15 0 28 5A F 22 52 2E
Octal 330 202 25 0 50 132 17 42 122 56
Binary 11011000 10000010 10101 0 101000 1011010 1111 100010 1010010 101110

Color Harmonies of #D88215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88215

Black with #D88215

Text Example


Text Example

White with #D88215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88215; }

 p { color: rgb(216,130,21); }

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

background-color css

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

 a { background-color: rgb(216,130,21); }

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

border-color css

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

 span { border-color: rgb(216,130,21); }

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