Html Css Color HEX #D87914 Ochre

📋 copy color: '#D87914'

red 216 ◦ green 121 ◦ blue 20

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

Shades of Ochre #D87914

Tints of Ochre #D87914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.6%

R = 60.5%
G = 33.89%
B = 5.6%

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

#D87914 (or 0xD87914) is known color: Ochre. HEX triplet: D8, 79 and 14. RGB value is (216,121,20). Sum of RGB (Red+Green+Blue) = 216+121+20=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D87914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87914 is #2786EB. Grayscale: #8A8A8A. Windows color (decimal): -2590444 or 1341912. OLE color: 1341912.

HSL color Cylindrical-coordinate representation of color #D87914: hue angle of 30.92º degrees, saturation: 0.83, 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 #D87914 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 121 20 -
CMYK 0 0.44 0.91 0.15
HSL 30.92º 0.83% 0.46% -
HSV(B) 30.92º 0.91% 0.85% -
XYZ 35.28 28.32 4.27 -
YUV 137.89 61.47 183.71 -
System Red Green Blue C M Y K H S L
Decimal 216 121 20 0 0.44 0.91 0.15 30.92 0.83 0.46
Hex D8 79 14 0 2C 5B F 1F 53 2E
Octal 330 171 24 0 54 133 17 37 123 56
Binary 11011000 1111001 10100 0 101100 1011011 1111 11111 1010011 101110

Color Harmonies of #D87914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87914

Black with #D87914

Text Example


Text Example

White with #D87914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87914; }

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

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

background-color css

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

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

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

border-color css

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

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

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