Html Css Color HEX #DD776C Geraldine

📋 copy color: '#DD776C'

red 221 ◦ green 119 ◦ blue 108

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

Shades of Geraldine #DD776C

Tints of Geraldine #DD776C

RGB

 RED value IS 221 (86.72% from 255) = 49.33%

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 49.33%
G = 26.56%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD776C (or 0xDD776C) is known color: Geraldine. HEX triplet: DD, 77 and 6C. RGB value is (221,119,108). Sum of RGB (Red+Green+Blue) = 221+119+108=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776C is #228893. Grayscale: #949494. Windows color (decimal): -2263188 or 7108573. OLE color: 7108573.

HSL color Cylindrical-coordinate representation of color #DD776C: hue angle of 5.84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD776C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 108 -
CMYK 0 0.46 0.51 0.13
HSL 5.84º 0.62% 0.65% -
HSV(B) 5.84º 0.51% 0.87% -
XYZ 39.12 29.65 17.85 -
YUV 148.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 221 119 108 0 0.46 0.51 0.13 5.84 0.62 0.65
Hex DD 77 6C 0 2E 33 D 6 3E 41
Octal 335 167 154 0 56 63 15 6 76 101
Binary 11011101 1110111 1101100 0 101110 110011 1101 110 111110 1000001

Color Harmonies of #DD776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD776C

Black with #DD776C

Text Example


Text Example

White with #DD776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD776C; }

 p { color: rgb(221,119,108); }

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

background-color css

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

 a { background-color: rgb(221,119,108); }

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

border-color css

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

 span { border-color: rgb(221,119,108); }

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