Html Css Color HEX #DC696A Froly

📋 copy color: '#DC696A'

red 220 ◦ green 105 ◦ blue 106

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

Shades of Froly #DC696A

Tints of Froly #DC696A

RGB

 RED value IS 220 (86.33% from 255) = 51.04%

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

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 51.04%
G = 24.36%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC696A (or 0xDC696A) is known color: Froly. HEX triplet: DC, 69 and 6A. RGB value is (220,105,106). Sum of RGB (Red+Green+Blue) = 220+105+106=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC696A is #239695. Grayscale: #8B8B8B. Windows color (decimal): -2332310 or 6973916. OLE color: 6973916.

HSL color Cylindrical-coordinate representation of color #DC696A: hue angle of 359.48º degrees, saturation: 0.62, 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 #DC696A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 106 -
CMYK 0 0.52 0.52 0.14
HSL 359.48º 0.62% 0.64% -
HSV(B) 359.48º 0.52% 0.86% -
XYZ 37.17 26.36 16.76 -
YUV 139.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 220 105 106 0 0.52 0.52 0.14 359.48 0.62 0.64
Hex DC 69 6A 0 34 34 E 167 3E 40
Octal 334 151 152 0 64 64 16 547 76 100
Binary 11011100 1101001 1101010 0 110100 110100 1110 101100111 111110 1000000

Color Harmonies of #DC696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC696A

Black with #DC696A

Text Example


Text Example

White with #DC696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC696A; }

 p { color: rgb(220,105,106); }

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

background-color css

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

 a { background-color: rgb(220,105,106); }

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

border-color css

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

 span { border-color: rgb(220,105,106); }

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