Html Css Color HEX #D87618 Ochre

📋 copy color: '#D87618'

red 216 ◦ green 118 ◦ blue 24

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

Shades of Ochre #D87618

Tints of Ochre #D87618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 60.34%
G = 32.96%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D87618 (or 0xD87618) is known color: Ochre. HEX triplet: D8, 76 and 18. RGB value is (216,118,24). Sum of RGB (Red+Green+Blue) = 216+118+24=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D87618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87618 is #2789E7. Grayscale: #898989. Windows color (decimal): -2591208 or 1603288. OLE color: 1603288.

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

Color convert

RGB 216 118 24 -
CMYK 0 0.45 0.89 0.15
HSL 29.38º 0.8% 0.47% -
HSV(B) 29.38º 0.89% 0.85% -
XYZ 34.96 27.62 4.35 -
YUV 136.59 64.47 184.64 -
System Red Green Blue C M Y K H S L
Decimal 216 118 24 0 0.45 0.89 0.15 29.38 0.8 0.47
Hex D8 76 18 0 2D 59 F 1D 50 2F
Octal 330 166 30 0 55 131 17 35 120 57
Binary 11011000 1110110 11000 0 101101 1011001 1111 11101 1010000 101111

Color Harmonies of #D87618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87618

Black with #D87618

Text Example


Text Example

White with #D87618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87618; }

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

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

background-color css

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

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

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

border-color css

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

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

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