Html Css Color HEX #DD776D Geraldine

📋 copy color: '#DD776D'

red 221 ◦ green 119 ◦ blue 109

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

Shades of Geraldine #DD776D

Tints of Geraldine #DD776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 49.22%
G = 26.5%
B = 24.28%

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

#DD776D (or 0xDD776D) is known color: Geraldine. HEX triplet: DD, 77 and 6D. RGB value is (221,119,109). Sum of RGB (Red+Green+Blue) = 221+119+109=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776D is #228892. Grayscale: #949494. Windows color (decimal): -2263187 or 7174109. OLE color: 7174109.

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

Color convert

RGB 221 119 109 -
CMYK 0 0.46 0.51 0.13
HSL 5.36º 0.62% 0.65% -
HSV(B) 5.36º 0.51% 0.87% -
XYZ 39.18 29.67 18.13 -
YUV 148.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 221 119 109 0 0.46 0.51 0.13 5.36 0.62 0.65
Hex DD 77 6D 0 2E 33 D 5 3E 41
Octal 335 167 155 0 56 63 15 5 76 101
Binary 11011101 1110111 1101101 0 101110 110011 1101 101 111110 1000001

Color Harmonies of #DD776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD776D

Black with #DD776D

Text Example


Text Example

White with #DD776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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