Html Css Color HEX #D77718 Ochre

📋 copy color: '#D77718'

red 215 ◦ green 119 ◦ blue 24

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

Shades of Ochre #D77718

Tints of Ochre #D77718

RGB

 RED value IS 215 (84.38% from 255) = 60.06%

 GREEN value IS 119 (46.88% from 255) = 33.24%

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

R = 60.06%
G = 33.24%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77718 (or 0xD77718) is known color: Ochre. HEX triplet: D7, 77 and 18. RGB value is (215,119,24). Sum of RGB (Red+Green+Blue) = 215+119+24=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D77718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77718 is #2888E7. Grayscale: #898989. Windows color (decimal): -2656488 or 1603543. OLE color: 1603543.

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

Color convert

RGB 215 119 24 -
CMYK 0 0.45 0.89 0.16
HSL 29.84º 0.8% 0.47% -
HSV(B) 29.84º 0.89% 0.84% -
XYZ 34.79 27.71 4.38 -
YUV 136.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 215 119 24 0 0.45 0.89 0.16 29.84 0.8 0.47
Hex D7 77 18 0 2D 59 10 1E 50 2F
Octal 327 167 30 0 55 131 20 36 120 57
Binary 11010111 1110111 11000 0 101101 1011001 10000 11110 1010000 101111

Color Harmonies of #D77718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77718

Black with #D77718

Text Example


Text Example

White with #D77718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77718; }

 p { color: rgb(215,119,24); }

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

background-color css

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

 a { background-color: rgb(215,119,24); }

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

border-color css

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

 span { border-color: rgb(215,119,24); }

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