Html Css Color HEX #D87A19 Ochre

📋 copy color: '#D87A19'

red 216 ◦ green 122 ◦ blue 25

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

Shades of Ochre #D87A19

Tints of Ochre #D87A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 59.5%
G = 33.61%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D87A19 (or 0xD87A19) is known color: Ochre. HEX triplet: D8, 7A and 19. RGB value is (216,122,25). Sum of RGB (Red+Green+Blue) = 216+122+25=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87A19 is #2785E6. Grayscale: #8B8B8B. Windows color (decimal): -2590183 or 1669848. OLE color: 1669848.

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

Color convert

RGB 216 122 25 -
CMYK 0 0.44 0.88 0.15
HSL 30.47º 0.79% 0.47% -
HSV(B) 30.47º 0.88% 0.85% -
XYZ 35.45 28.59 4.57 -
YUV 139.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 216 122 25 0 0.44 0.88 0.15 30.47 0.79 0.47
Hex D8 7A 19 0 2C 58 F 1E 4F 2F
Octal 330 172 31 0 54 130 17 36 117 57
Binary 11011000 1111010 11001 0 101100 1011000 1111 11110 1001111 101111

Color Harmonies of #D87A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A19

Black with #D87A19

Text Example


Text Example

White with #D87A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A19; }

 p { color: rgb(216,122,25); }

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

background-color css

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

 a { background-color: rgb(216,122,25); }

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

border-color css

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

 span { border-color: rgb(216,122,25); }

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