Html Css Color HEX #DB696C Froly

📋 copy color: '#DB696C'

red 219 ◦ green 105 ◦ blue 108

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

Shades of Froly #DB696C

Tints of Froly #DB696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.31%

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

R = 50.69%
G = 24.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB696C (or 0xDB696C) is known color: Froly. HEX triplet: DB, 69 and 6C. RGB value is (219,105,108). Sum of RGB (Red+Green+Blue) = 219+105+108=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB696C is #249693. Grayscale: #8B8B8B. Windows color (decimal): -2397844 or 7104987. OLE color: 7104987.

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

Color convert

RGB 219 105 108 -
CMYK 0 0.52 0.51 0.14
HSL 358.42º 0.61% 0.64% -
HSV(B) 358.42º 0.52% 0.86% -
XYZ 36.97 26.25 17.3 -
YUV 139.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 219 105 108 0 0.52 0.51 0.14 358.42 0.61 0.64
Hex DB 69 6C 0 34 33 E 166 3D 40
Octal 333 151 154 0 64 63 16 546 75 100
Binary 11011011 1101001 1101100 0 110100 110011 1110 101100110 111101 1000000

Color Harmonies of #DB696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB696C

Black with #DB696C

Text Example


Text Example

White with #DB696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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