Html Css Color HEX #DC767B Froly

📋 copy color: '#DC767B'

red 220 ◦ green 118 ◦ blue 123

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

Shades of Froly #DC767B

Tints of Froly #DC767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 47.72%
G = 25.6%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC767B (or 0xDC767B) is known color: Froly. HEX triplet: DC, 76 and 7B. RGB value is (220,118,123). Sum of RGB (Red+Green+Blue) = 220+118+123=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC767B is #238984. Grayscale: #959595. Windows color (decimal): -2328965 or 8091356. OLE color: 8091356.

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

Color convert

RGB 220 118 123 -
CMYK 0 0.46 0.44 0.14
HSL 357.06º 0.59% 0.66% -
HSV(B) 357.06º 0.46% 0.86% -
XYZ 39.57 29.6 22.37 -
YUV 149.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 220 118 123 0 0.46 0.44 0.14 357.06 0.59 0.66
Hex DC 76 7B 0 2E 2C E 165 3B 42
Octal 334 166 173 0 56 54 16 545 73 102
Binary 11011100 1110110 1111011 0 101110 101100 1110 101100101 111011 1000010

Color Harmonies of #DC767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC767B

Black with #DC767B

Text Example


Text Example

White with #DC767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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