Html Css Color HEX #D0713D Zest

📋 copy color: '#D0713D'

red 208 ◦ green 113 ◦ blue 61

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

Shades of Zest #D0713D

Tints of Zest #D0713D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 54.45%
G = 29.58%
B = 15.97%

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

#D0713D (or 0xD0713D) is known color: Zest. HEX triplet: D0, 71 and 3D. RGB value is (208,113,61). Sum of RGB (Red+Green+Blue) = 208+113+61=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0713D is #2F8EC2. Grayscale: #878787. Windows color (decimal): -3116739 or 4026832. OLE color: 4026832.

HSL color Cylindrical-coordinate representation of color #D0713D: hue angle of 21.22º degrees, saturation: 0.61, 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 #D0713D is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 61 -
CMYK 0 0.46 0.71 0.18
HSL 21.22º 0.61% 0.53% -
HSV(B) 21.22º 0.71% 0.82% -
XYZ 32.76 25.56 7.62 -
YUV 135.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 208 113 61 0 0.46 0.71 0.18 21.22 0.61 0.53
Hex D0 71 3D 0 2E 47 12 15 3D 35
Octal 320 161 75 0 56 107 22 25 75 65
Binary 11010000 1110001 111101 0 101110 1000111 10010 10101 111101 110101

Color Harmonies of #D0713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0713D

Black with #D0713D

Text Example


Text Example

White with #D0713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0713D; }

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

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

background-color css

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

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

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

border-color css

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

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

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