Html Css Color HEX #D17718 Ochre

📋 copy color: '#D17718'

red 209 ◦ green 119 ◦ blue 24

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

Shades of Ochre #D17718

Tints of Ochre #D17718

RGB

 RED value IS 209 (82.03% from 255) = 59.38%

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

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

R = 59.38%
G = 33.81%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17718 (or 0xD17718) is known color: Ochre. HEX triplet: D1, 77 and 18. RGB value is (209,119,24). Sum of RGB (Red+Green+Blue) = 209+119+24=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D17718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17718 is #2E88E7. Grayscale: #878787. Windows color (decimal): -3049704 or 1603537. OLE color: 1603537.

HSL color Cylindrical-coordinate representation of color #D17718: hue angle of 30.81º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D17718 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 119 24 -
CMYK 0 0.43 0.89 0.18
HSL 30.81º 0.79% 0.46% -
HSV(B) 30.81º 0.89% 0.82% -
XYZ 33.06 26.81 4.3 -
YUV 135.08 65.32 180.72 -
System Red Green Blue C M Y K H S L
Decimal 209 119 24 0 0.43 0.89 0.18 30.81 0.79 0.46
Hex D1 77 18 0 2B 59 12 1F 4F 2E
Octal 321 167 30 0 53 131 22 37 117 56
Binary 11010001 1110111 11000 0 101011 1011001 10010 11111 1001111 101110

Color Harmonies of #D17718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17718

Black with #D17718

Text Example


Text Example

White with #D17718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17718; }

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

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

background-color css

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

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

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

border-color css

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

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

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