Html Css Color HEX #D17710 Ochre

📋 copy color: '#D17710'

red 209 ◦ green 119 ◦ blue 16

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

Shades of Ochre #D17710

Tints of Ochre #D17710

RGB

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

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

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

R = 60.76%
G = 34.59%
B = 4.65%

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

#D17710 (or 0xD17710) is known color: Ochre. HEX triplet: D1, 77 and 10. RGB value is (209,119,16). Sum of RGB (Red+Green+Blue) = 209+119+16=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D17710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17710 is #2E88EF. Grayscale: #868686. Windows color (decimal): -3049712 or 1079249. OLE color: 1079249.

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

Color convert

RGB 209 119 16 -
CMYK 0 0.43 0.92 0.18
HSL 32.02º 0.86% 0.44% -
HSV(B) 32.02º 0.92% 0.82% -
XYZ 32.98 26.79 3.92 -
YUV 134.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 209 119 16 0 0.43 0.92 0.18 32.02 0.86 0.44
Hex D1 77 10 0 2B 5C 12 20 56 2C
Octal 321 167 20 0 53 134 22 40 126 54
Binary 11010001 1110111 10000 0 101011 1011100 10010 100000 1010110 101100

Color Harmonies of #D17710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17710

Black with #D17710

Text Example


Text Example

White with #D17710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17710; }

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

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

background-color css

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

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

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

border-color css

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

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

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