Html Css Color HEX #D17510 Ochre

📋 copy color: '#D17510'

red 209 ◦ green 117 ◦ blue 16

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

Shades of Ochre #D17510

Tints of Ochre #D17510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

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

R = 61.11%
G = 34.21%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D17510 (or 0xD17510) is known color: Ochre. HEX triplet: D1, 75 and 10. RGB value is (209,117,16). Sum of RGB (Red+Green+Blue) = 209+117+16=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D17510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17510 is #2E8AEF. Grayscale: #858585. Windows color (decimal): -3050224 or 1078737. OLE color: 1078737.

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

Color convert

RGB 209 117 16 -
CMYK 0 0.44 0.92 0.18
HSL 31.4º 0.86% 0.44% -
HSV(B) 31.4º 0.92% 0.82% -
XYZ 32.75 26.32 3.84 -
YUV 132.99 61.98 182.21 -
System Red Green Blue C M Y K H S L
Decimal 209 117 16 0 0.44 0.92 0.18 31.4 0.86 0.44
Hex D1 75 10 0 2C 5C 12 1F 56 2C
Octal 321 165 20 0 54 134 22 37 126 54
Binary 11010001 1110101 10000 0 101100 1011100 10010 11111 1010110 101100

Color Harmonies of #D17510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17510

Black with #D17510

Text Example


Text Example

White with #D17510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17510; }

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

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

background-color css

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

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

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

border-color css

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

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

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