Html Css Color HEX #D87619 Ochre

📋 copy color: '#D87619'

red 216 ◦ green 118 ◦ blue 25

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

Shades of Ochre #D87619

Tints of Ochre #D87619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 60.17%
G = 32.87%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D87619 (or 0xD87619) is known color: Ochre. HEX triplet: D8, 76 and 19. RGB value is (216,118,25). Sum of RGB (Red+Green+Blue) = 216+118+25=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D87619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87619 is #2789E6. Grayscale: #898989. Windows color (decimal): -2591207 or 1668824. OLE color: 1668824.

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

Color convert

RGB 216 118 25 -
CMYK 0 0.45 0.88 0.15
HSL 29.21º 0.79% 0.47% -
HSV(B) 29.21º 0.88% 0.85% -
XYZ 34.97 27.63 4.41 -
YUV 136.7 64.97 184.56 -
System Red Green Blue C M Y K H S L
Decimal 216 118 25 0 0.45 0.88 0.15 29.21 0.79 0.47
Hex D8 76 19 0 2D 58 F 1D 4F 2F
Octal 330 166 31 0 55 130 17 35 117 57
Binary 11011000 1110110 11001 0 101101 1011000 1111 11101 1001111 101111

Color Harmonies of #D87619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87619

Black with #D87619

Text Example


Text Example

White with #D87619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87619; }

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

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

background-color css

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

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

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

border-color css

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

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

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