Html Css Color HEX #DA767B Froly

📋 copy color: '#DA767B'

red 218 ◦ green 118 ◦ blue 123

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

Shades of Froly #DA767B

Tints of Froly #DA767B

RGB

 RED value IS 218 (85.55% from 255) = 47.49%

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

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

R = 47.49%
G = 25.71%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA767B (or 0xDA767B) is known color: Froly. HEX triplet: DA, 76 and 7B. RGB value is (218,118,123). Sum of RGB (Red+Green+Blue) = 218+118+123=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA767B is #258984. Grayscale: #949494. Windows color (decimal): -2460037 or 8091354. OLE color: 8091354.

HSL color Cylindrical-coordinate representation of color #DA767B: hue angle of 357º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA767B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 123 -
CMYK 0 0.46 0.44 0.15
HSL 357º 0.57% 0.66% -
HSV(B) 357º 0.46% 0.85% -
XYZ 38.97 29.29 22.34 -
YUV 148.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 218 118 123 0 0.46 0.44 0.15 357 0.57 0.66
Hex DA 76 7B 0 2E 2C F 165 39 42
Octal 332 166 173 0 56 54 17 545 71 102
Binary 11011010 1110110 1111011 0 101110 101100 1111 101100101 111001 1000010

Color Harmonies of #DA767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA767B

Black with #DA767B

Text Example


Text Example

White with #DA767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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