Html Css Color HEX #D87919 Ochre

📋 copy color: '#D87919'

red 216 ◦ green 121 ◦ blue 25

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

Shades of Ochre #D87919

Tints of Ochre #D87919

RGB

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

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

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

R = 59.67%
G = 33.43%
B = 6.91%

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

#D87919 (or 0xD87919) is known color: Ochre. HEX triplet: D8, 79 and 19. RGB value is (216,121,25). Sum of RGB (Red+Green+Blue) = 216+121+25=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D87919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87919 is #2786E6. Grayscale: #8A8A8A. Windows color (decimal): -2590439 or 1669592. OLE color: 1669592.

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

Color convert

RGB 216 121 25 -
CMYK 0 0.44 0.88 0.15
HSL 30.16º 0.79% 0.47% -
HSV(B) 30.16º 0.88% 0.85% -
XYZ 35.33 28.34 4.53 -
YUV 138.46 63.97 183.31 -
System Red Green Blue C M Y K H S L
Decimal 216 121 25 0 0.44 0.88 0.15 30.16 0.79 0.47
Hex D8 79 19 0 2C 58 F 1E 4F 2F
Octal 330 171 31 0 54 130 17 36 117 57
Binary 11011000 1111001 11001 0 101100 1011000 1111 11110 1001111 101111

Color Harmonies of #D87919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87919

Black with #D87919

Text Example


Text Example

White with #D87919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87919; }

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

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

background-color css

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

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

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

border-color css

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

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

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