Html Css Color HEX #D87B24 Ochre

📋 copy color: '#D87B24'

red 216 ◦ green 123 ◦ blue 36

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

Shades of Ochre #D87B24

Tints of Ochre #D87B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.6%

R = 57.6%
G = 32.8%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D87B24 (or 0xD87B24) is known color: Ochre. HEX triplet: D8, 7B and 24. RGB value is (216,123,36). Sum of RGB (Red+Green+Blue) = 216+123+36=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87B24 is #2784DB. Grayscale: #8D8D8D. Windows color (decimal): -2589916 or 2391000. OLE color: 2391000.

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

Color convert

RGB 216 123 36 -
CMYK 0 0.43 0.83 0.15
HSL 29º 0.71% 0.49% -
HSV(B) 29º 0.83% 0.85% -
XYZ 35.72 28.89 5.36 -
YUV 140.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 216 123 36 0 0.43 0.83 0.15 29 0.71 0.49
Hex D8 7B 24 0 2B 53 F 1D 47 31
Octal 330 173 44 0 53 123 17 35 107 61
Binary 11011000 1111011 100100 0 101011 1010011 1111 11101 1000111 110001

Color Harmonies of #D87B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B24

Black with #D87B24

Text Example


Text Example

White with #D87B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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