Html Css Color HEX #D06D6E Froly

📋 copy color: '#D06D6E'

red 208 ◦ green 109 ◦ blue 110

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

Shades of Froly #D06D6E

Tints of Froly #D06D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 48.71%
G = 25.53%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D06D6E (or 0xD06D6E) is known color: Froly. HEX triplet: D0, 6D and 6E. RGB value is (208,109,110). Sum of RGB (Red+Green+Blue) = 208+109+110=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06D6E is #2F9291. Grayscale: #8A8A8A. Windows color (decimal): -3117714 or 7237072. OLE color: 7237072.

HSL color Cylindrical-coordinate representation of color #D06D6E: hue angle of 359.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06D6E is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 110 -
CMYK 0 0.48 0.47 0.18
HSL 359.39º 0.51% 0.62% -
HSV(B) 359.39º 0.48% 0.82% -
XYZ 34.3 25.47 17.86 -
YUV 138.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 208 109 110 0 0.48 0.47 0.18 359.39 0.51 0.62
Hex D0 6D 6E 0 30 2F 12 167 33 3E
Octal 320 155 156 0 60 57 22 547 63 76
Binary 11010000 1101101 1101110 0 110000 101111 10010 101100111 110011 111110

Color Harmonies of #D06D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D6E

Black with #D06D6E

Text Example


Text Example

White with #D06D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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