Html Css Color HEX #D0743B Zest

📋 copy color: '#D0743B'

red 208 ◦ green 116 ◦ blue 59

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

Shades of Zest #D0743B

Tints of Zest #D0743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

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

R = 54.31%
G = 30.29%
B = 15.4%

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

#D0743B (or 0xD0743B) is known color: Zest. HEX triplet: D0, 74 and 3B. RGB value is (208,116,59). Sum of RGB (Red+Green+Blue) = 208+116+59=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0743B is #2F8BC4. Grayscale: #898989. Windows color (decimal): -3115973 or 3896528. OLE color: 3896528.

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

Color convert

RGB 208 116 59 -
CMYK 0 0.44 0.72 0.18
HSL 22.95º 0.61% 0.52% -
HSV(B) 22.95º 0.72% 0.82% -
XYZ 33.05 26.22 7.46 -
YUV 137.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 208 116 59 0 0.44 0.72 0.18 22.95 0.61 0.52
Hex D0 74 3B 0 2C 48 12 17 3D 34
Octal 320 164 73 0 54 110 22 27 75 64
Binary 11010000 1110100 111011 0 101100 1001000 10010 10111 111101 110100

Color Harmonies of #D0743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0743B

Black with #D0743B

Text Example


Text Example

White with #D0743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0743B; }

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

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

background-color css

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

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

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

border-color css

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

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

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