Html Css Color HEX #D0723A Zest

📋 copy color: '#D0723A'

red 208 ◦ green 114 ◦ blue 58

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

Shades of Zest #D0723A

Tints of Zest #D0723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 54.74%
G = 30%
B = 15.26%

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

#D0723A (or 0xD0723A) is known color: Zest. HEX triplet: D0, 72 and 3A. RGB value is (208,114,58). Sum of RGB (Red+Green+Blue) = 208+114+58=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0723A is #2F8DC5. Grayscale: #888888. Windows color (decimal): -3116486 or 3830480. OLE color: 3830480.

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

Color convert

RGB 208 114 58 -
CMYK 0 0.45 0.72 0.18
HSL 22.4º 0.61% 0.52% -
HSV(B) 22.4º 0.72% 0.82% -
XYZ 32.79 25.75 7.24 -
YUV 135.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 208 114 58 0 0.45 0.72 0.18 22.4 0.61 0.52
Hex D0 72 3A 0 2D 48 12 16 3D 34
Octal 320 162 72 0 55 110 22 26 75 64
Binary 11010000 1110010 111010 0 101101 1001000 10010 10110 111101 110100

Color Harmonies of #D0723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0723A

Black with #D0723A

Text Example


Text Example

White with #D0723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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