Html Css Color HEX #D06D3D Zest

📋 copy color: '#D06D3D'

red 208 ◦ green 109 ◦ blue 61

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

Shades of Zest #D06D3D

Tints of Zest #D06D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

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

R = 55.03%
G = 28.84%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D06D3D (or 0xD06D3D) is known color: Zest. HEX triplet: D0, 6D and 3D. RGB value is (208,109,61). Sum of RGB (Red+Green+Blue) = 208+109+61=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D3D is #2F92C2. Grayscale: #858585. Windows color (decimal): -3117763 or 4025808. OLE color: 4025808.

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

Color convert

RGB 208 109 61 -
CMYK 0 0.48 0.71 0.18
HSL 19.59º 0.61% 0.53% -
HSV(B) 19.59º 0.71% 0.82% -
XYZ 32.32 24.68 7.48 -
YUV 133.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 208 109 61 0 0.48 0.71 0.18 19.59 0.61 0.53
Hex D0 6D 3D 0 30 47 12 14 3D 35
Octal 320 155 75 0 60 107 22 24 75 65
Binary 11010000 1101101 111101 0 110000 1000111 10010 10100 111101 110101

Color Harmonies of #D06D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D3D

Black with #D06D3D

Text Example


Text Example

White with #D06D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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