Html Css Color HEX #DD776E Geraldine

📋 copy color: '#DD776E'

red 221 ◦ green 119 ◦ blue 110

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

Shades of Geraldine #DD776E

Tints of Geraldine #DD776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 49.11%
G = 26.44%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD776E (or 0xDD776E) is known color: Geraldine. HEX triplet: DD, 77 and 6E. RGB value is (221,119,110). Sum of RGB (Red+Green+Blue) = 221+119+110=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776E is #228891. Grayscale: #949494. Windows color (decimal): -2263186 or 7239645. OLE color: 7239645.

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

Color convert

RGB 221 119 110 -
CMYK 0 0.46 0.50 0.13
HSL 4.86º 0.62% 0.65% -
HSV(B) 4.86º 0.5% 0.87% -
XYZ 39.23 29.69 18.42 -
YUV 148.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 221 119 110 0 0.46 0.50 0.13 4.86 0.62 0.65
Hex DD 77 6E 0 2E 32 D 5 3E 41
Octal 335 167 156 0 56 62 15 5 76 101
Binary 11011101 1110111 1101110 0 101110 110010 1101 101 111110 1000001

Color Harmonies of #DD776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD776E

Black with #DD776E

Text Example


Text Example

White with #DD776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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