Html Css Color HEX #D0703D Zest

📋 copy color: '#D0703D'

red 208 ◦ green 112 ◦ blue 61

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

Shades of Zest #D0703D

Tints of Zest #D0703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.01%

R = 54.59%
G = 29.4%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0703D (or 0xD0703D) is known color: Zest. HEX triplet: D0, 70 and 3D. RGB value is (208,112,61). Sum of RGB (Red+Green+Blue) = 208+112+61=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0703D is #2F8FC2. Grayscale: #878787. Windows color (decimal): -3116995 or 4026576. OLE color: 4026576.

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

Color convert

RGB 208 112 61 -
CMYK 0 0.46 0.71 0.18
HSL 20.82º 0.61% 0.53% -
HSV(B) 20.82º 0.71% 0.82% -
XYZ 32.65 25.34 7.58 -
YUV 134.89 86.3 180.15 -
System Red Green Blue C M Y K H S L
Decimal 208 112 61 0 0.46 0.71 0.18 20.82 0.61 0.53
Hex D0 70 3D 0 2E 47 12 15 3D 35
Octal 320 160 75 0 56 107 22 25 75 65
Binary 11010000 1110000 111101 0 101110 1000111 10010 10101 111101 110101

Color Harmonies of #D0703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0703D

Black with #D0703D

Text Example


Text Example

White with #D0703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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