Html Css Color HEX #DA7772 Geraldine

📋 copy color: '#DA7772'

red 218 ◦ green 119 ◦ blue 114

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

Shades of Geraldine #DA7772

Tints of Geraldine #DA7772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.39%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 48.34%
G = 26.39%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7772 (or 0xDA7772) is known color: Geraldine. HEX triplet: DA, 77 and 72. RGB value is (218,119,114). Sum of RGB (Red+Green+Blue) = 218+119+114=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7772 is #25888D. Grayscale: #949494. Windows color (decimal): -2459790 or 7501786. OLE color: 7501786.

HSL color Cylindrical-coordinate representation of color #DA7772: hue angle of 2.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7772 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 114 -
CMYK 0 0.45 0.48 0.15
HSL 2.88º 0.58% 0.65% -
HSV(B) 2.88º 0.48% 0.85% -
XYZ 38.55 29.31 19.55 -
YUV 148.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 218 119 114 0 0.45 0.48 0.15 2.88 0.58 0.65
Hex DA 77 72 0 2D 30 F 3 3A 41
Octal 332 167 162 0 55 60 17 3 72 101
Binary 11011010 1110111 1110010 0 101101 110000 1111 11 111010 1000001

Color Harmonies of #DA7772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7772

Black with #DA7772

Text Example


Text Example

White with #DA7772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7772; }

 p { color: rgb(218,119,114); }

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

background-color css

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

 a { background-color: rgb(218,119,114); }

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

border-color css

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

 span { border-color: rgb(218,119,114); }

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