Html Css Color HEX #DC767A Froly

📋 copy color: '#DC767A'

red 220 ◦ green 118 ◦ blue 122

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

Shades of Froly #DC767A

Tints of Froly #DC767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.65%

 BLUE value IS 122 (48.05% from 255) = 26.52%

R = 47.83%
G = 25.65%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC767A (or 0xDC767A) is known color: Froly. HEX triplet: DC, 76 and 7A. RGB value is (220,118,122). Sum of RGB (Red+Green+Blue) = 220+118+122=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC767A is #238985. Grayscale: #959595. Windows color (decimal): -2328966 or 8025820. OLE color: 8025820.

HSL color Cylindrical-coordinate representation of color #DC767A: hue angle of 357.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC767A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 122 -
CMYK 0 0.46 0.45 0.14
HSL 357.65º 0.59% 0.66% -
HSV(B) 357.65º 0.46% 0.86% -
XYZ 39.51 29.58 22.04 -
YUV 148.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 220 118 122 0 0.46 0.45 0.14 357.65 0.59 0.66
Hex DC 76 7A 0 2E 2D E 166 3B 42
Octal 334 166 172 0 56 55 16 546 73 102
Binary 11011100 1110110 1111010 0 101110 101101 1110 101100110 111011 1000010

Color Harmonies of #DC767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC767A

Black with #DC767A

Text Example


Text Example

White with #DC767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC767A; }

 p { color: rgb(220,118,122); }

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

background-color css

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

 a { background-color: rgb(220,118,122); }

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

border-color css

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

 span { border-color: rgb(220,118,122); }

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