Html Css Color HEX #D06F3F Zest

📋 copy color: '#D06F3F'

red 208 ◦ green 111 ◦ blue 63

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

Shades of Zest #D06F3F

Tints of Zest #D06F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.49%

R = 54.45%
G = 29.06%
B = 16.49%

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

#D06F3F (or 0xD06F3F) is known color: Zest. HEX triplet: D0, 6F and 3F. RGB value is (208,111,63). Sum of RGB (Red+Green+Blue) = 208+111+63=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F3F is #2F90C0. Grayscale: #868686. Windows color (decimal): -3117249 or 4157392. OLE color: 4157392.

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

Color convert

RGB 208 111 63 -
CMYK 0 0.47 0.70 0.18
HSL 19.86º 0.61% 0.53% -
HSV(B) 19.86º 0.7% 0.82% -
XYZ 32.59 25.14 7.84 -
YUV 134.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 208 111 63 0 0.47 0.70 0.18 19.86 0.61 0.53
Hex D0 6F 3F 0 2F 46 12 14 3D 35
Octal 320 157 77 0 57 106 22 24 75 65
Binary 11010000 1101111 111111 0 101111 1000110 10010 10100 111101 110101

Color Harmonies of #D06F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F3F

Black with #D06F3F

Text Example


Text Example

White with #D06F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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