Html Css Color HEX #D87D10 Ochre

📋 copy color: '#D87D10'

red 216 ◦ green 125 ◦ blue 16

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

Shades of Ochre #D87D10

Tints of Ochre #D87D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 60.5%
G = 35.01%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D87D10 (or 0xD87D10) is known color: Ochre. HEX triplet: D8, 7D and 10. RGB value is (216,125,16). Sum of RGB (Red+Green+Blue) = 216+125+16=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87D10 is #2782EF. Grayscale: #8C8C8C. Windows color (decimal): -2589424 or 1080792. OLE color: 1080792.

HSL color Cylindrical-coordinate representation of color #D87D10: hue angle of 32.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D87D10 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 125 16 -
CMYK 0 0.42 0.93 0.15
HSL 32.7º 0.86% 0.45% -
HSV(B) 32.7º 0.93% 0.85% -
XYZ 35.75 29.3 4.26 -
YUV 139.78 58.15 182.36 -
System Red Green Blue C M Y K H S L
Decimal 216 125 16 0 0.42 0.93 0.15 32.7 0.86 0.45
Hex D8 7D 10 0 2A 5D F 21 56 2D
Octal 330 175 20 0 52 135 17 41 126 55
Binary 11011000 1111101 10000 0 101010 1011101 1111 100001 1010110 101101

Color Harmonies of #D87D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D10

Black with #D87D10

Text Example


Text Example

White with #D87D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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