Html Css Color HEX #D0703E Zest

📋 copy color: '#D0703E'

red 208 ◦ green 112 ◦ blue 62

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

Shades of Zest #D0703E

Tints of Zest #D0703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 54.45%
G = 29.32%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0703E (or 0xD0703E) is known color: Zest. HEX triplet: D0, 70 and 3E. RGB value is (208,112,62). Sum of RGB (Red+Green+Blue) = 208+112+62=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0703E is #2F8FC1. Grayscale: #878787. Windows color (decimal): -3116994 or 4092112. OLE color: 4092112.

HSL color Cylindrical-coordinate representation of color #D0703E: hue angle of 20.55º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0703E is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 62 -
CMYK 0 0.46 0.70 0.18
HSL 20.55º 0.61% 0.53% -
HSV(B) 20.55º 0.7% 0.82% -
XYZ 32.68 25.35 7.73 -
YUV 135 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 208 112 62 0 0.46 0.70 0.18 20.55 0.61 0.53
Hex D0 70 3E 0 2E 46 12 15 3D 35
Octal 320 160 76 0 56 106 22 25 75 65
Binary 11010000 1110000 111110 0 101110 1000110 10010 10101 111101 110101

Color Harmonies of #D0703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0703E

Black with #D0703E

Text Example


Text Example

White with #D0703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0703E; }

 p { color: rgb(208,112,62); }

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

background-color css

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

 a { background-color: rgb(208,112,62); }

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

border-color css

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

 span { border-color: rgb(208,112,62); }

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