Html Css Color HEX #D0753C Zest

📋 copy color: '#D0753C'

red 208 ◦ green 117 ◦ blue 60

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

Shades of Zest #D0753C

Tints of Zest #D0753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 54.03%
G = 30.39%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0753C (or 0xD0753C) is known color: Zest. HEX triplet: D0, 75 and 3C. RGB value is (208,117,60). Sum of RGB (Red+Green+Blue) = 208+117+60=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0753C is #2F8AC3. Grayscale: #8A8A8A. Windows color (decimal): -3115716 or 3962320. OLE color: 3962320.

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

Color convert

RGB 208 117 60 -
CMYK 0 0.44 0.71 0.18
HSL 23.11º 0.61% 0.53% -
HSV(B) 23.11º 0.71% 0.82% -
XYZ 33.19 26.46 7.63 -
YUV 137.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 208 117 60 0 0.44 0.71 0.18 23.11 0.61 0.53
Hex D0 75 3C 0 2C 47 12 17 3D 35
Octal 320 165 74 0 54 107 22 27 75 65
Binary 11010000 1110101 111100 0 101100 1000111 10010 10111 111101 110101

Color Harmonies of #D0753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0753C

Black with #D0753C

Text Example


Text Example

White with #D0753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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