Html Css Color HEX #DA696C Froly

📋 copy color: '#DA696C'

red 218 ◦ green 105 ◦ blue 108

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

Shades of Froly #DA696C

Tints of Froly #DA696C

RGB

 RED value IS 218 (85.55% from 255) = 50.58%

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

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

R = 50.58%
G = 24.36%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA696C (or 0xDA696C) is known color: Froly. HEX triplet: DA, 69 and 6C. RGB value is (218,105,108). Sum of RGB (Red+Green+Blue) = 218+105+108=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA696C is #259693. Grayscale: #8B8B8B. Windows color (decimal): -2463380 or 7104986. OLE color: 7104986.

HSL color Cylindrical-coordinate representation of color #DA696C: hue angle of 358.41º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA696C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 108 -
CMYK 0 0.52 0.50 0.15
HSL 358.41º 0.6% 0.63% -
HSV(B) 358.41º 0.52% 0.85% -
XYZ 36.67 26.09 17.29 -
YUV 139.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 218 105 108 0 0.52 0.50 0.15 358.41 0.6 0.63
Hex DA 69 6C 0 34 32 F 166 3C 3F
Octal 332 151 154 0 64 62 17 546 74 77
Binary 11011010 1101001 1101100 0 110100 110010 1111 101100110 111100 111111

Color Harmonies of #DA696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA696C

Black with #DA696C

Text Example


Text Example

White with #DA696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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