Html Css Color HEX #DC696D Froly

📋 copy color: '#DC696D'

red 220 ◦ green 105 ◦ blue 109

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

Shades of Froly #DC696D

Tints of Froly #DC696D

RGB

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

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

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

R = 50.69%
G = 24.19%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC696D (or 0xDC696D) is known color: Froly. HEX triplet: DC, 69 and 6D. RGB value is (220,105,109). Sum of RGB (Red+Green+Blue) = 220+105+109=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC696D is #239692. Grayscale: #8B8B8B. Windows color (decimal): -2332307 or 7170524. OLE color: 7170524.

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

Color convert

RGB 220 105 109 -
CMYK 0 0.52 0.50 0.14
HSL 357.91º 0.62% 0.64% -
HSV(B) 357.91º 0.52% 0.86% -
XYZ 37.33 26.42 17.6 -
YUV 139.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 220 105 109 0 0.52 0.50 0.14 357.91 0.62 0.64
Hex DC 69 6D 0 34 32 E 166 3E 40
Octal 334 151 155 0 64 62 16 546 76 100
Binary 11011100 1101001 1101101 0 110100 110010 1110 101100110 111110 1000000

Color Harmonies of #DC696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC696D

Black with #DC696D

Text Example


Text Example

White with #DC696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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