Html Css Color HEX #D17F16 Ochre

📋 copy color: '#D17F16'

red 209 ◦ green 127 ◦ blue 22

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

Shades of Ochre #D17F16

Tints of Ochre #D17F16

RGB

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

 GREEN value IS 127 (50% from 255) = 35.47%

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

R = 58.38%
G = 35.47%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17F16 (or 0xD17F16) is known color: Ochre. HEX triplet: D1, 7F and 16. RGB value is (209,127,22). Sum of RGB (Red+Green+Blue) = 209+127+22=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17F16 is #2E80E9. Grayscale: #8C8C8C. Windows color (decimal): -3047658 or 1474513. OLE color: 1474513.

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

Color convert

RGB 209 127 22 -
CMYK 0 0.39 0.89 0.18
HSL 33.69º 0.81% 0.45% -
HSV(B) 33.69º 0.89% 0.82% -
XYZ 34.03 28.79 4.52 -
YUV 139.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 209 127 22 0 0.39 0.89 0.18 33.69 0.81 0.45
Hex D1 7F 16 0 27 59 12 22 51 2D
Octal 321 177 26 0 47 131 22 42 121 55
Binary 11010001 1111111 10110 0 100111 1011001 10010 100010 1010001 101101

Color Harmonies of #D17F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F16

Black with #D17F16

Text Example


Text Example

White with #D17F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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