Html Css Color HEX #D87D16 Ochre

📋 copy color: '#D87D16'

red 216 ◦ green 125 ◦ blue 22

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

Shades of Ochre #D87D16

Tints of Ochre #D87D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 59.5%
G = 34.44%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D87D16 (or 0xD87D16) is known color: Ochre. HEX triplet: D8, 7D and 16. RGB value is (216,125,22). Sum of RGB (Red+Green+Blue) = 216+125+22=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87D16 is #2782E9. Grayscale: #8C8C8C. Windows color (decimal): -2589418 or 1474008. OLE color: 1474008.

HSL color Cylindrical-coordinate representation of color #D87D16: hue angle of 31.86º 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 #D87D16 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 125 22 -
CMYK 0 0.42 0.90 0.15
HSL 31.86º 0.82% 0.47% -
HSV(B) 31.86º 0.9% 0.85% -
XYZ 35.8 29.32 4.53 -
YUV 140.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 216 125 22 0 0.42 0.90 0.15 31.86 0.82 0.47
Hex D8 7D 16 0 2A 5A F 20 52 2F
Octal 330 175 26 0 52 132 17 40 122 57
Binary 11011000 1111101 10110 0 101010 1011010 1111 100000 1010010 101111

Color Harmonies of #D87D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D16

Black with #D87D16

Text Example


Text Example

White with #D87D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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