Html Css Color HEX #D17917 Ochre

📋 copy color: '#D17917'

red 209 ◦ green 121 ◦ blue 23

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

Shades of Ochre #D17917

Tints of Ochre #D17917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 59.21%
G = 34.28%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17917 (or 0xD17917) is known color: Ochre. HEX triplet: D1, 79 and 17. RGB value is (209,121,23). Sum of RGB (Red+Green+Blue) = 209+121+23=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D17917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17917 is #2E86E8. Grayscale: #888888. Windows color (decimal): -3049193 or 1538513. OLE color: 1538513.

HSL color Cylindrical-coordinate representation of color #D17917: hue angle of 31.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D17917 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 121 23 -
CMYK 0 0.42 0.89 0.18
HSL 31.61º 0.8% 0.45% -
HSV(B) 31.61º 0.89% 0.82% -
XYZ 33.29 27.29 4.32 -
YUV 136.14 64.15 179.97 -
System Red Green Blue C M Y K H S L
Decimal 209 121 23 0 0.42 0.89 0.18 31.61 0.8 0.45
Hex D1 79 17 0 2A 59 12 20 50 2D
Octal 321 171 27 0 52 131 22 40 120 55
Binary 11010001 1111001 10111 0 101010 1011001 10010 100000 1010000 101101

Color Harmonies of #D17917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17917

Black with #D17917

Text Example


Text Example

White with #D17917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17917; }

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

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

background-color css

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

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

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

border-color css

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

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

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