Html Css Color HEX #D06F3E Zest

📋 copy color: '#D06F3E'

red 208 ◦ green 111 ◦ blue 62

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

Shades of Zest #D06F3E

Tints of Zest #D06F3E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

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

R = 54.59%
G = 29.13%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D06F3E (or 0xD06F3E) is known color: Zest. HEX triplet: D0, 6F and 3E. RGB value is (208,111,62). Sum of RGB (Red+Green+Blue) = 208+111+62=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F3E is #2F90C1. Grayscale: #868686. Windows color (decimal): -3117250 or 4091856. OLE color: 4091856.

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

Color convert

RGB 208 111 62 -
CMYK 0 0.47 0.70 0.18
HSL 20.14º 0.61% 0.53% -
HSV(B) 20.14º 0.7% 0.82% -
XYZ 32.57 25.13 7.69 -
YUV 134.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 208 111 62 0 0.47 0.70 0.18 20.14 0.61 0.53
Hex D0 6F 3E 0 2F 46 12 14 3D 35
Octal 320 157 76 0 57 106 22 24 75 65
Binary 11010000 1101111 111110 0 101111 1000110 10010 10100 111101 110101

Color Harmonies of #D06F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F3E

Black with #D06F3E

Text Example


Text Example

White with #D06F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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