Html Css Color HEX #D17D16 Ochre

📋 copy color: '#D17D16'

red 209 ◦ green 125 ◦ blue 22

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

Shades of Ochre #D17D16

Tints of Ochre #D17D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 58.71%
G = 35.11%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17D16 (or 0xD17D16) is known color: Ochre. HEX triplet: D1, 7D and 16. RGB value is (209,125,22). Sum of RGB (Red+Green+Blue) = 209+125+22=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17D16 is #2E82E9. Grayscale: #8A8A8A. Windows color (decimal): -3048170 or 1474001. OLE color: 1474001.

HSL color Cylindrical-coordinate representation of color #D17D16: hue angle of 33.05º degrees, saturation: 0.81, 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 #D17D16 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 125 22 -
CMYK 0 0.40 0.89 0.18
HSL 33.05º 0.81% 0.45% -
HSV(B) 33.05º 0.89% 0.82% -
XYZ 33.77 28.28 4.44 -
YUV 138.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 209 125 22 0 0.40 0.89 0.18 33.05 0.81 0.45
Hex D1 7D 16 0 28 59 12 21 51 2D
Octal 321 175 26 0 50 131 22 41 121 55
Binary 11010001 1111101 10110 0 101000 1011001 10010 100001 1010001 101101

Color Harmonies of #D17D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D16

Black with #D17D16

Text Example


Text Example

White with #D17D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D16; }

 p { color: rgb(209,125,22); }

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

background-color css

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

 a { background-color: rgb(209,125,22); }

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

border-color css

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

 span { border-color: rgb(209,125,22); }

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