Html Css Color HEX #D0713F Zest

📋 copy color: '#D0713F'

red 208 ◦ green 113 ◦ blue 63

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

Shades of Zest #D0713F

Tints of Zest #D0713F

RGB

 RED value IS 208 (81.64% from 255) = 54.17%

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

 BLUE value IS 63 (25% from 255) = 16.41%

R = 54.17%
G = 29.43%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0713F (or 0xD0713F) is known color: Zest. HEX triplet: D0, 71 and 3F. RGB value is (208,113,63). Sum of RGB (Red+Green+Blue) = 208+113+63=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0713F is #2F8EC0. Grayscale: #888888. Windows color (decimal): -3116737 or 4157904. OLE color: 4157904.

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

Color convert

RGB 208 113 63 -
CMYK 0 0.46 0.70 0.18
HSL 20.69º 0.61% 0.53% -
HSV(B) 20.69º 0.7% 0.82% -
XYZ 32.81 25.58 7.91 -
YUV 135.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 208 113 63 0 0.46 0.70 0.18 20.69 0.61 0.53
Hex D0 71 3F 0 2E 46 12 15 3D 35
Octal 320 161 77 0 56 106 22 25 75 65
Binary 11010000 1110001 111111 0 101110 1000110 10010 10101 111101 110101

Color Harmonies of #D0713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0713F

Black with #D0713F

Text Example


Text Example

White with #D0713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0713F; }

 p { color: rgb(208,113,63); }

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

background-color css

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

 a { background-color: rgb(208,113,63); }

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

border-color css

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

 span { border-color: rgb(208,113,63); }

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