Html Css Color HEX #D1713C Zest

📋 copy color: '#D1713C'

red 209 ◦ green 113 ◦ blue 60

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

Shades of Zest #D1713C

Tints of Zest #D1713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 60 (23.83% from 255) = 15.71%

R = 54.71%
G = 29.58%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1713C (or 0xD1713C) is known color: Zest. HEX triplet: D1, 71 and 3C. RGB value is (209,113,60). Sum of RGB (Red+Green+Blue) = 209+113+60=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1713C is #2E8EC3. Grayscale: #878787. Windows color (decimal): -3051204 or 3961297. OLE color: 3961297.

HSL color Cylindrical-coordinate representation of color #D1713C: hue angle of 21.34º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1713C is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 113 60 -
CMYK 0 0.46 0.71 0.18
HSL 21.34º 0.62% 0.53% -
HSV(B) 21.34º 0.71% 0.82% -
XYZ 33.02 25.69 7.49 -
YUV 135.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 209 113 60 0 0.46 0.71 0.18 21.34 0.62 0.53
Hex D1 71 3C 0 2E 47 12 15 3E 35
Octal 321 161 74 0 56 107 22 25 76 65
Binary 11010001 1110001 111100 0 101110 1000111 10010 10101 111110 110101

Color Harmonies of #D1713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1713C

Black with #D1713C

Text Example


Text Example

White with #D1713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1713C; }

 p { color: rgb(209,113,60); }

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

background-color css

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

 a { background-color: rgb(209,113,60); }

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

border-color css

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

 span { border-color: rgb(209,113,60); }

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