Html Css Color HEX #D17818 Ochre

📋 copy color: '#D17818'

red 209 ◦ green 120 ◦ blue 24

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

Shades of Ochre #D17818

Tints of Ochre #D17818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

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

R = 59.21%
G = 33.99%
B = 6.8%

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

#D17818 (or 0xD17818) is known color: Ochre. HEX triplet: D1, 78 and 18. RGB value is (209,120,24). Sum of RGB (Red+Green+Blue) = 209+120+24=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D17818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17818 is #2E87E7. Grayscale: #888888. Windows color (decimal): -3049448 or 1603793. OLE color: 1603793.

HSL color Cylindrical-coordinate representation of color #D17818: hue angle of 31.14º 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 #D17818 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 120 24 -
CMYK 0 0.43 0.89 0.18
HSL 31.14º 0.79% 0.46% -
HSV(B) 31.14º 0.89% 0.82% -
XYZ 33.18 27.05 4.34 -
YUV 135.67 64.99 180.31 -
System Red Green Blue C M Y K H S L
Decimal 209 120 24 0 0.43 0.89 0.18 31.14 0.79 0.46
Hex D1 78 18 0 2B 59 12 1F 4F 2E
Octal 321 170 30 0 53 131 22 37 117 56
Binary 11010001 1111000 11000 0 101011 1011001 10010 11111 1001111 101110

Color Harmonies of #D17818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17818

Black with #D17818

Text Example


Text Example

White with #D17818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17818; }

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

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

background-color css

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

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

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

border-color css

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

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

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