Html Css Color HEX #D17910 Ochre

📋 copy color: '#D17910'

red 209 ◦ green 121 ◦ blue 16

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

Shades of Ochre #D17910

Tints of Ochre #D17910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 60.4%
G = 34.97%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D17910 (or 0xD17910) is known color: Ochre. HEX triplet: D1, 79 and 10. RGB value is (209,121,16). Sum of RGB (Red+Green+Blue) = 209+121+16=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D17910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17910 is #2E86EF. Grayscale: #878787. Windows color (decimal): -3049200 or 1079761. OLE color: 1079761.

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

Color convert

RGB 209 121 16 -
CMYK 0 0.42 0.92 0.18
HSL 32.64º 0.86% 0.44% -
HSV(B) 32.64º 0.92% 0.82% -
XYZ 33.23 27.27 4 -
YUV 135.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 209 121 16 0 0.42 0.92 0.18 32.64 0.86 0.44
Hex D1 79 10 0 2A 5C 12 21 56 2C
Octal 321 171 20 0 52 134 22 41 126 54
Binary 11010001 1111001 10000 0 101010 1011100 10010 100001 1010110 101100

Color Harmonies of #D17910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17910

Black with #D17910

Text Example


Text Example

White with #D17910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17910; }

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

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

background-color css

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

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

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

border-color css

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

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

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