Html Css Color HEX #DD7B76 Geraldine

📋 copy color: '#DD7B76'

red 221 ◦ green 123 ◦ blue 118

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

Shades of Geraldine #DD7B76

Tints of Geraldine #DD7B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 47.84%
G = 26.62%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7B76 (or 0xDD7B76) is known color: Geraldine. HEX triplet: DD, 7B and 76. RGB value is (221,123,118). Sum of RGB (Red+Green+Blue) = 221+123+118=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B76 is #228489. Grayscale: #979797. Windows color (decimal): -2262154 or 7764957. OLE color: 7764957.

HSL color Cylindrical-coordinate representation of color #DD7B76: hue angle of 2.91º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7B76 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 118 -
CMYK 0 0.44 0.47 0.13
HSL 2.91º 0.6% 0.66% -
HSV(B) 2.91º 0.47% 0.87% -
XYZ 40.17 30.85 20.98 -
YUV 151.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 221 123 118 0 0.44 0.47 0.13 2.91 0.6 0.66
Hex DD 7B 76 0 2C 2F D 3 3C 42
Octal 335 173 166 0 54 57 15 3 74 102
Binary 11011101 1111011 1110110 0 101100 101111 1101 11 111100 1000010

Color Harmonies of #DD7B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B76

Black with #DD7B76

Text Example


Text Example

White with #DD7B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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