Html Css Color HEX #D17240 Zest

📋 copy color: '#D17240'

red 209 ◦ green 114 ◦ blue 64

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

Shades of Zest #D17240

Tints of Zest #D17240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 54.01%
G = 29.46%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D17240 (or 0xD17240) is known color: Zest. HEX triplet: D1, 72 and 40. RGB value is (209,114,64). Sum of RGB (Red+Green+Blue) = 209+114+64=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D17240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17240 is #2E8DBF. Grayscale: #888888. Windows color (decimal): -3050944 or 4223697. OLE color: 4223697.

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

Color convert

RGB 209 114 64 -
CMYK 0 0.45 0.69 0.18
HSL 20.69º 0.61% 0.54% -
HSV(B) 20.69º 0.69% 0.82% -
XYZ 33.24 25.96 8.11 -
YUV 136.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 209 114 64 0 0.45 0.69 0.18 20.69 0.61 0.54
Hex D1 72 40 0 2D 45 12 15 3D 36
Octal 321 162 100 0 55 105 22 25 75 66
Binary 11010001 1110010 1000000 0 101101 1000101 10010 10101 111101 110110

Color Harmonies of #D17240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17240

Black with #D17240

Text Example


Text Example

White with #D17240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17240; }

 p { color: rgb(209,114,64); }

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

background-color css

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

 a { background-color: rgb(209,114,64); }

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

border-color css

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

 span { border-color: rgb(209,114,64); }

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