Html Css Color HEX #D87B10 Ochre

📋 copy color: '#D87B10'

red 216 ◦ green 123 ◦ blue 16

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

Shades of Ochre #D87B10

Tints of Ochre #D87B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.65%

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

R = 60.85%
G = 34.65%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D87B10 (or 0xD87B10) is known color: Ochre. HEX triplet: D8, 7B and 10. RGB value is (216,123,16). Sum of RGB (Red+Green+Blue) = 216+123+16=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87B10 is #2784EF. Grayscale: #8B8B8B. Windows color (decimal): -2589936 or 1080280. OLE color: 1080280.

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

Color convert

RGB 216 123 16 -
CMYK 0 0.43 0.93 0.15
HSL 32.1º 0.86% 0.45% -
HSV(B) 32.1º 0.93% 0.85% -
XYZ 35.5 28.8 4.18 -
YUV 138.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 216 123 16 0 0.43 0.93 0.15 32.1 0.86 0.45
Hex D8 7B 10 0 2B 5D F 20 56 2D
Octal 330 173 20 0 53 135 17 40 126 55
Binary 11011000 1111011 10000 0 101011 1011101 1111 100000 1010110 101101

Color Harmonies of #D87B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B10

Black with #D87B10

Text Example


Text Example

White with #D87B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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