Html Css Color HEX #D87913 Ochre

📋 copy color: '#D87913'

red 216 ◦ green 121 ◦ blue 19

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

Shades of Ochre #D87913

Tints of Ochre #D87913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 19 (7.81% from 255) = 5.34%

R = 60.67%
G = 33.99%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D87913 (or 0xD87913) is known color: Ochre. HEX triplet: D8, 79 and 13. RGB value is (216,121,19). Sum of RGB (Red+Green+Blue) = 216+121+19=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D87913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87913 is #2786EC. Grayscale: #8A8A8A. Windows color (decimal): -2590445 or 1276376. OLE color: 1276376.

HSL color Cylindrical-coordinate representation of color #D87913: hue angle of 31.07º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D87913 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 121 19 -
CMYK 0 0.44 0.91 0.15
HSL 31.07º 0.84% 0.46% -
HSV(B) 31.07º 0.91% 0.85% -
XYZ 35.27 28.32 4.22 -
YUV 137.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 216 121 19 0 0.44 0.91 0.15 31.07 0.84 0.46
Hex D8 79 13 0 2C 5B F 1F 54 2E
Octal 330 171 23 0 54 133 17 37 124 56
Binary 11011000 1111001 10011 0 101100 1011011 1111 11111 1010100 101110

Color Harmonies of #D87913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87913

Black with #D87913

Text Example


Text Example

White with #D87913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87913; }

 p { color: rgb(216,121,19); }

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

background-color css

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

 a { background-color: rgb(216,121,19); }

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

border-color css

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

 span { border-color: rgb(216,121,19); }

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