Html Css Color HEX #DC6A6C Froly

📋 copy color: '#DC6A6C'

red 220 ◦ green 106 ◦ blue 108

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

Shades of Froly #DC6A6C

Tints of Froly #DC6A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.42%

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

R = 50.69%
G = 24.42%
B = 24.88%

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

#DC6A6C (or 0xDC6A6C) is known color: Froly. HEX triplet: DC, 6A and 6C. RGB value is (220,106,108). Sum of RGB (Red+Green+Blue) = 220+106+108=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A6C is #239593. Grayscale: #8C8C8C. Windows color (decimal): -2332052 or 7105244. OLE color: 7105244.

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

Color convert

RGB 220 106 108 -
CMYK 0 0.52 0.51 0.14
HSL 358.95º 0.62% 0.64% -
HSV(B) 358.95º 0.52% 0.86% -
XYZ 37.38 26.61 17.35 -
YUV 140.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 220 106 108 0 0.52 0.51 0.14 358.95 0.62 0.64
Hex DC 6A 6C 0 34 33 E 167 3E 40
Octal 334 152 154 0 64 63 16 547 76 100
Binary 11011100 1101010 1101100 0 110100 110011 1110 101100111 111110 1000000

Color Harmonies of #DC6A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A6C

Black with #DC6A6C

Text Example


Text Example

White with #DC6A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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