Html Css Color HEX #D87B17 Ochre

📋 copy color: '#D87B17'

red 216 ◦ green 123 ◦ blue 23

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

Shades of Ochre #D87B17

Tints of Ochre #D87B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 59.67%
G = 33.98%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D87B17 (or 0xD87B17) is known color: Ochre. HEX triplet: D8, 7B and 17. RGB value is (216,123,23). Sum of RGB (Red+Green+Blue) = 216+123+23=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87B17 is #2784E8. Grayscale: #8B8B8B. Windows color (decimal): -2589929 or 1539032. OLE color: 1539032.

HSL color Cylindrical-coordinate representation of color #D87B17: hue angle of 31.09º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D87B17 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 123 23 -
CMYK 0 0.43 0.89 0.15
HSL 31.09º 0.81% 0.47% -
HSV(B) 31.09º 0.89% 0.85% -
XYZ 35.56 28.83 4.5 -
YUV 139.41 62.31 182.63 -
System Red Green Blue C M Y K H S L
Decimal 216 123 23 0 0.43 0.89 0.15 31.09 0.81 0.47
Hex D8 7B 17 0 2B 59 F 1F 51 2F
Octal 330 173 27 0 53 131 17 37 121 57
Binary 11011000 1111011 10111 0 101011 1011001 1111 11111 1010001 101111

Color Harmonies of #D87B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B17

Black with #D87B17

Text Example


Text Example

White with #D87B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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