Html Css Color HEX #D17716 Ochre

📋 copy color: '#D17716'

red 209 ◦ green 119 ◦ blue 22

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

Shades of Ochre #D17716

Tints of Ochre #D17716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 59.71%
G = 34%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D17716 (or 0xD17716) is known color: Ochre. HEX triplet: D1, 77 and 16. RGB value is (209,119,22). Sum of RGB (Red+Green+Blue) = 209+119+22=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D17716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17716 is #2E88E9. Grayscale: #878787. Windows color (decimal): -3049706 or 1472465. OLE color: 1472465.

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

Color convert

RGB 209 119 22 -
CMYK 0 0.43 0.89 0.18
HSL 31.12º 0.81% 0.45% -
HSV(B) 31.12º 0.89% 0.82% -
XYZ 33.04 26.81 4.19 -
YUV 134.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 209 119 22 0 0.43 0.89 0.18 31.12 0.81 0.45
Hex D1 77 16 0 2B 59 12 1F 51 2D
Octal 321 167 26 0 53 131 22 37 121 55
Binary 11010001 1110111 10110 0 101011 1011001 10010 11111 1010001 101101

Color Harmonies of #D17716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17716

Black with #D17716

Text Example


Text Example

White with #D17716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17716; }

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

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

background-color css

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

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

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

border-color css

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

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

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