Html Css Color HEX #D0773C Zest

📋 copy color: '#D0773C'

red 208 ◦ green 119 ◦ blue 60

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

Shades of Zest #D0773C

Tints of Zest #D0773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.5%

R = 53.75%
G = 30.75%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0773C (or 0xD0773C) is known color: Zest. HEX triplet: D0, 77 and 3C. RGB value is (208,119,60). Sum of RGB (Red+Green+Blue) = 208+119+60=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0773C is #2F88C3. Grayscale: #8B8B8B. Windows color (decimal): -3115204 or 3962832. OLE color: 3962832.

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

Color convert

RGB 208 119 60 -
CMYK 0 0.43 0.71 0.18
HSL 23.92º 0.61% 0.53% -
HSV(B) 23.92º 0.71% 0.82% -
XYZ 33.42 26.93 7.71 -
YUV 138.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 208 119 60 0 0.43 0.71 0.18 23.92 0.61 0.53
Hex D0 77 3C 0 2B 47 12 18 3D 35
Octal 320 167 74 0 53 107 22 30 75 65
Binary 11010000 1110111 111100 0 101011 1000111 10010 11000 111101 110101

Color Harmonies of #D0773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0773C

Black with #D0773C

Text Example


Text Example

White with #D0773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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