Html Css Color HEX #D0753B Zest

📋 copy color: '#D0753B'

red 208 ◦ green 117 ◦ blue 59

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

Shades of Zest #D0753B

Tints of Zest #D0753B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.36%

R = 54.17%
G = 30.47%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0753B (or 0xD0753B) is known color: Zest. HEX triplet: D0, 75 and 3B. RGB value is (208,117,59). Sum of RGB (Red+Green+Blue) = 208+117+59=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0753B is #2F8AC4. Grayscale: #898989. Windows color (decimal): -3115717 or 3896784. OLE color: 3896784.

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

Color convert

RGB 208 117 59 -
CMYK 0 0.44 0.72 0.18
HSL 23.36º 0.61% 0.52% -
HSV(B) 23.36º 0.72% 0.82% -
XYZ 33.16 26.45 7.49 -
YUV 137.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 208 117 59 0 0.44 0.72 0.18 23.36 0.61 0.52
Hex D0 75 3B 0 2C 48 12 17 3D 34
Octal 320 165 73 0 54 110 22 27 75 64
Binary 11010000 1110101 111011 0 101100 1001000 10010 10111 111101 110100

Color Harmonies of #D0753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0753B

Black with #D0753B

Text Example


Text Example

White with #D0753B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0753B; }

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

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

background-color css

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

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

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

border-color css

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

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

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