Html Css Color HEX #D0733B Zest

📋 copy color: '#D0733B'

red 208 ◦ green 115 ◦ blue 59

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

Shades of Zest #D0733B

Tints of Zest #D0733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

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

R = 54.45%
G = 30.1%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0733B (or 0xD0733B) is known color: Zest. HEX triplet: D0, 73 and 3B. RGB value is (208,115,59). Sum of RGB (Red+Green+Blue) = 208+115+59=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0733B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0733B is #2F8CC4. Grayscale: #888888. Windows color (decimal): -3116229 or 3896272. OLE color: 3896272.

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

Color convert

RGB 208 115 59 -
CMYK 0 0.45 0.72 0.18
HSL 22.55º 0.61% 0.52% -
HSV(B) 22.55º 0.72% 0.82% -
XYZ 32.93 25.99 7.42 -
YUV 136.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 208 115 59 0 0.45 0.72 0.18 22.55 0.61 0.52
Hex D0 73 3B 0 2D 48 12 17 3D 34
Octal 320 163 73 0 55 110 22 27 75 64
Binary 11010000 1110011 111011 0 101101 1001000 10010 10111 111101 110100

Color Harmonies of #D0733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0733B

Black with #D0733B

Text Example


Text Example

White with #D0733B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0733B; }

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

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

background-color css

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

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

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

border-color css

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

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

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