Html Css Color HEX #D17810 Ochre

📋 copy color: '#D17810'

red 209 ◦ green 120 ◦ blue 16

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

Shades of Ochre #D17810

Tints of Ochre #D17810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.64%

R = 60.58%
G = 34.78%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D17810 (or 0xD17810) is known color: Ochre. HEX triplet: D1, 78 and 10. RGB value is (209,120,16). Sum of RGB (Red+Green+Blue) = 209+120+16=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D17810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17810 is #2E87EF. Grayscale: #878787. Windows color (decimal): -3049456 or 1079505. OLE color: 1079505.

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

Color convert

RGB 209 120 16 -
CMYK 0 0.43 0.92 0.18
HSL 32.33º 0.86% 0.44% -
HSV(B) 32.33º 0.92% 0.82% -
XYZ 33.1 27.03 3.96 -
YUV 134.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 209 120 16 0 0.43 0.92 0.18 32.33 0.86 0.44
Hex D1 78 10 0 2B 5C 12 20 56 2C
Octal 321 170 20 0 53 134 22 40 126 54
Binary 11010001 1111000 10000 0 101011 1011100 10010 100000 1010110 101100

Color Harmonies of #D17810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17810

Black with #D17810

Text Example


Text Example

White with #D17810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17810; }

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

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

background-color css

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

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

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

border-color css

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

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

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