Html Css Color HEX #D07240 Zest

📋 copy color: '#D07240'

red 208 ◦ green 114 ◦ blue 64

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

Shades of Zest #D07240

Tints of Zest #D07240

RGB

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

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

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

R = 53.89%
G = 29.53%
B = 16.58%

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

#D07240 (or 0xD07240) is known color: Zest. HEX triplet: D0, 72 and 40. RGB value is (208,114,64). Sum of RGB (Red+Green+Blue) = 208+114+64=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D07240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07240 is #2F8DBF. Grayscale: #888888. Windows color (decimal): -3116480 or 4223696. OLE color: 4223696.

HSL color Cylindrical-coordinate representation of color #D07240: hue angle of 20.83º 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 #D07240 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 64 -
CMYK 0 0.45 0.69 0.18
HSL 20.83º 0.61% 0.53% -
HSV(B) 20.83º 0.69% 0.82% -
XYZ 32.96 25.81 8.1 -
YUV 136.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 208 114 64 0 0.45 0.69 0.18 20.83 0.61 0.53
Hex D0 72 40 0 2D 45 12 15 3D 35
Octal 320 162 100 0 55 105 22 25 75 65
Binary 11010000 1110010 1000000 0 101101 1000101 10010 10101 111101 110101

Color Harmonies of #D07240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07240

Black with #D07240

Text Example


Text Example

White with #D07240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07240; }

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

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

background-color css

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

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

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

border-color css

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

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

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