Html Css Color HEX #DC6A6B Froly

📋 copy color: '#DC6A6B'

red 220 ◦ green 106 ◦ blue 107

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

Shades of Froly #DC6A6B

Tints of Froly #DC6A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.71%

R = 50.81%
G = 24.48%
B = 24.71%

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

#DC6A6B (or 0xDC6A6B) is known color: Froly. HEX triplet: DC, 6A and 6B. RGB value is (220,106,107). Sum of RGB (Red+Green+Blue) = 220+106+107=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A6B is #239594. Grayscale: #8C8C8C. Windows color (decimal): -2332053 or 7039708. OLE color: 7039708.

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

Color convert

RGB 220 106 107 -
CMYK 0 0.52 0.51 0.14
HSL 359.47º 0.62% 0.64% -
HSV(B) 359.47º 0.52% 0.86% -
XYZ 37.32 26.59 17.07 -
YUV 140.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 220 106 107 0 0.52 0.51 0.14 359.47 0.62 0.64
Hex DC 6A 6B 0 34 33 E 167 3E 40
Octal 334 152 153 0 64 63 16 547 76 100
Binary 11011100 1101010 1101011 0 110100 110011 1110 101100111 111110 1000000

Color Harmonies of #DC6A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A6B

Black with #DC6A6B

Text Example


Text Example

White with #DC6A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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