Html Css Color HEX #D87B16 Ochre

📋 copy color: '#D87B16'

red 216 ◦ green 123 ◦ blue 22

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

Shades of Ochre #D87B16

Tints of Ochre #D87B16

RGB

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

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

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

R = 59.83%
G = 34.07%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D87B16 (or 0xD87B16) is known color: Ochre. HEX triplet: D8, 7B and 16. RGB value is (216,123,22). Sum of RGB (Red+Green+Blue) = 216+123+22=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87B16 is #2784E9. Grayscale: #8B8B8B. Windows color (decimal): -2589930 or 1473496. OLE color: 1473496.

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

Color convert

RGB 216 123 22 -
CMYK 0 0.43 0.90 0.15
HSL 31.24º 0.82% 0.47% -
HSV(B) 31.24º 0.9% 0.85% -
XYZ 35.55 28.82 4.45 -
YUV 139.29 61.81 182.71 -
System Red Green Blue C M Y K H S L
Decimal 216 123 22 0 0.43 0.90 0.15 31.24 0.82 0.47
Hex D8 7B 16 0 2B 5A F 1F 52 2F
Octal 330 173 26 0 53 132 17 37 122 57
Binary 11011000 1111011 10110 0 101011 1011010 1111 11111 1010010 101111

Color Harmonies of #D87B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B16

Black with #D87B16

Text Example


Text Example

White with #D87B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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