Html Css Color HEX #D0783A Zest

📋 copy color: '#D0783A'

red 208 ◦ green 120 ◦ blue 58

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

Shades of Zest #D0783A

Tints of Zest #D0783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 53.89%
G = 31.09%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0783A (or 0xD0783A) is known color: Zest. HEX triplet: D0, 78 and 3A. RGB value is (208,120,58). Sum of RGB (Red+Green+Blue) = 208+120+58=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0783A is #2F87C5. Grayscale: #8B8B8B. Windows color (decimal): -3114950 or 3832016. OLE color: 3832016.

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

Color convert

RGB 208 120 58 -
CMYK 0 0.42 0.72 0.18
HSL 24.8º 0.61% 0.52% -
HSV(B) 24.8º 0.72% 0.82% -
XYZ 33.49 27.15 7.48 -
YUV 139.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 208 120 58 0 0.42 0.72 0.18 24.8 0.61 0.52
Hex D0 78 3A 0 2A 48 12 19 3D 34
Octal 320 170 72 0 52 110 22 31 75 64
Binary 11010000 1111000 111010 0 101010 1001000 10010 11001 111101 110100

Color Harmonies of #D0783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0783A

Black with #D0783A

Text Example


Text Example

White with #D0783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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