Html Css Color HEX #D0773A Zest

📋 copy color: '#D0773A'

red 208 ◦ green 119 ◦ blue 58

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

Shades of Zest #D0773A

Tints of Zest #D0773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 58 (23.05% from 255) = 15.06%

R = 54.03%
G = 30.91%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0773A (or 0xD0773A) is known color: Zest. HEX triplet: D0, 77 and 3A. RGB value is (208,119,58). Sum of RGB (Red+Green+Blue) = 208+119+58=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0773A is #2F88C5. Grayscale: #8A8A8A. Windows color (decimal): -3115206 or 3831760. OLE color: 3831760.

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

Color convert

RGB 208 119 58 -
CMYK 0 0.43 0.72 0.18
HSL 24.4º 0.61% 0.52% -
HSV(B) 24.4º 0.72% 0.82% -
XYZ 33.37 26.91 7.44 -
YUV 138.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 208 119 58 0 0.43 0.72 0.18 24.4 0.61 0.52
Hex D0 77 3A 0 2B 48 12 18 3D 34
Octal 320 167 72 0 53 110 22 30 75 64
Binary 11010000 1110111 111010 0 101011 1001000 10010 11000 111101 110100

Color Harmonies of #D0773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0773A

Black with #D0773A

Text Example


Text Example

White with #D0773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0773A; }

 p { color: rgb(208,119,58); }

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

background-color css

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

 a { background-color: rgb(208,119,58); }

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

border-color css

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

 span { border-color: rgb(208,119,58); }

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