Html Css Color HEX #D07140 Zest

📋 copy color: '#D07140'

red 208 ◦ green 113 ◦ blue 64

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

Shades of Zest #D07140

Tints of Zest #D07140

RGB

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

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

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

R = 54.03%
G = 29.35%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07140 (or 0xD07140) is known color: Zest. HEX triplet: D0, 71 and 40. RGB value is (208,113,64). Sum of RGB (Red+Green+Blue) = 208+113+64=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D07140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07140 is #2F8EBF. Grayscale: #888888. Windows color (decimal): -3116736 or 4223440. OLE color: 4223440.

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

Color convert

RGB 208 113 64 -
CMYK 0 0.46 0.69 0.18
HSL 20.42º 0.61% 0.53% -
HSV(B) 20.42º 0.69% 0.82% -
XYZ 32.84 25.59 8.06 -
YUV 135.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 208 113 64 0 0.46 0.69 0.18 20.42 0.61 0.53
Hex D0 71 40 0 2E 45 12 14 3D 35
Octal 320 161 100 0 56 105 22 24 75 65
Binary 11010000 1110001 1000000 0 101110 1000101 10010 10100 111101 110101

Color Harmonies of #D07140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07140

Black with #D07140

Text Example


Text Example

White with #D07140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07140; }

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

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

background-color css

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

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

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

border-color css

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

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

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