Html Css Color HEX #DB666C Froly

📋 copy color: '#DB666C'

red 219 ◦ green 102 ◦ blue 108

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

Shades of Froly #DB666C

Tints of Froly #DB666C

RGB

 RED value IS 219 (85.94% from 255) = 51.05%

 GREEN value IS 102 (40.23% from 255) = 23.78%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 51.05%
G = 23.78%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB666C (or 0xDB666C) is known color: Froly. HEX triplet: DB, 66 and 6C. RGB value is (219,102,108). Sum of RGB (Red+Green+Blue) = 219+102+108=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB666C is #249993. Grayscale: #898989. Windows color (decimal): -2398612 or 7104219. OLE color: 7104219.

HSL color Cylindrical-coordinate representation of color #DB666C: hue angle of 356.92º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB666C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 108 -
CMYK 0 0.53 0.51 0.14
HSL 356.92º 0.62% 0.63% -
HSV(B) 356.92º 0.53% 0.86% -
XYZ 36.67 25.65 17.2 -
YUV 137.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 219 102 108 0 0.53 0.51 0.14 356.92 0.62 0.63
Hex DB 66 6C 0 35 33 E 165 3E 3F
Octal 333 146 154 0 65 63 16 545 76 77
Binary 11011011 1100110 1101100 0 110101 110011 1110 101100101 111110 111111

Color Harmonies of #DB666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB666C

Black with #DB666C

Text Example


Text Example

White with #DB666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB666C; }

 p { color: rgb(219,102,108); }

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

background-color css

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

 a { background-color: rgb(219,102,108); }

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

border-color css

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

 span { border-color: rgb(219,102,108); }

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