Html Css Color HEX #D17816 Ochre

📋 copy color: '#D17816'

red 209 ◦ green 120 ◦ blue 22

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

Shades of Ochre #D17816

Tints of Ochre #D17816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

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

R = 59.54%
G = 34.19%
B = 6.27%

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

#D17816 (or 0xD17816) is known color: Ochre. HEX triplet: D1, 78 and 16. RGB value is (209,120,22). Sum of RGB (Red+Green+Blue) = 209+120+22=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D17816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17816 is #2E87E9. Grayscale: #878787. Windows color (decimal): -3049450 or 1472721. OLE color: 1472721.

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

Color convert

RGB 209 120 22 -
CMYK 0 0.43 0.89 0.18
HSL 31.44º 0.81% 0.45% -
HSV(B) 31.44º 0.89% 0.82% -
XYZ 33.16 27.05 4.23 -
YUV 135.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 209 120 22 0 0.43 0.89 0.18 31.44 0.81 0.45
Hex D1 78 16 0 2B 59 12 1F 51 2D
Octal 321 170 26 0 53 131 22 37 121 55
Binary 11010001 1111000 10110 0 101011 1011001 10010 11111 1010001 101101

Color Harmonies of #D17816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17816

Black with #D17816

Text Example


Text Example

White with #D17816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17816; }

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

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

background-color css

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

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

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

border-color css

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

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

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