Html Css Color HEX #DA696D Froly

📋 copy color: '#DA696D'

red 218 ◦ green 105 ◦ blue 109

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

Shades of Froly #DA696D

Tints of Froly #DA696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 50.46%
G = 24.31%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA696D (or 0xDA696D) is known color: Froly. HEX triplet: DA, 69 and 6D. RGB value is (218,105,109). Sum of RGB (Red+Green+Blue) = 218+105+109=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA696D is #259692. Grayscale: #8B8B8B. Windows color (decimal): -2463379 or 7170522. OLE color: 7170522.

HSL color Cylindrical-coordinate representation of color #DA696D: hue angle of 357.88º 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 #DA696D is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 105 109 -
CMYK 0 0.52 0.5 0.15
HSL 357.88º 0.6% 0.63% -
HSV(B) 357.88º 0.52% 0.85% -
XYZ 36.73 26.11 17.57 -
YUV 139.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 218 105 109 0 0.52 0.5 0.15 357.88 0.6 0.63
Hex DA 69 6D 0 34 32 F 166 3C 3F
Octal 332 151 155 0 64 62 17 546 74 77
Binary 11011010 1101001 1101101 0 110100 110010 1111 101100110 111100 111111

Color Harmonies of #DA696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA696D

Black with #DA696D

Text Example


Text Example

White with #DA696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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