Html Css Color HEX #D87715 Ochre

📋 copy color: '#D87715'

red 216 ◦ green 119 ◦ blue 21

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

Shades of Ochre #D87715

Tints of Ochre #D87715

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 60.67%
G = 33.43%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D87715 (or 0xD87715) is known color: Ochre. HEX triplet: D8, 77 and 15. RGB value is (216,119,21). Sum of RGB (Red+Green+Blue) = 216+119+21=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D87715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87715 is #2788EA. Grayscale: #898989. Windows color (decimal): -2590955 or 1406936. OLE color: 1406936.

HSL color Cylindrical-coordinate representation of color #D87715: hue angle of 30.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D87715 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 21 -
CMYK 0 0.45 0.90 0.15
HSL 30.15º 0.82% 0.46% -
HSV(B) 30.15º 0.9% 0.85% -
XYZ 35.05 27.85 4.24 -
YUV 136.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 216 119 21 0 0.45 0.90 0.15 30.15 0.82 0.46
Hex D8 77 15 0 2D 5A F 1E 52 2E
Octal 330 167 25 0 55 132 17 36 122 56
Binary 11011000 1110111 10101 0 101101 1011010 1111 11110 1010010 101110

Color Harmonies of #D87715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87715

Black with #D87715

Text Example


Text Example

White with #D87715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87715; }

 p { color: rgb(216,119,21); }

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

background-color css

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

 a { background-color: rgb(216,119,21); }

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

border-color css

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

 span { border-color: rgb(216,119,21); }

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