Html Css Color HEX #DD766E Geraldine

📋 copy color: '#DD766E'

red 221 ◦ green 118 ◦ blue 110

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

Shades of Geraldine #DD766E

Tints of Geraldine #DD766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

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

R = 49.22%
G = 26.28%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD766E (or 0xDD766E) is known color: Geraldine. HEX triplet: DD, 76 and 6E. RGB value is (221,118,110). Sum of RGB (Red+Green+Blue) = 221+118+110=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD766E is #228991. Grayscale: #949494. Windows color (decimal): -2263442 or 7239389. OLE color: 7239389.

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

Color convert

RGB 221 118 110 -
CMYK 0 0.47 0.50 0.13
HSL 4.32º 0.62% 0.65% -
HSV(B) 4.32º 0.5% 0.87% -
XYZ 39.11 29.45 18.38 -
YUV 147.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 221 118 110 0 0.47 0.50 0.13 4.32 0.62 0.65
Hex DD 76 6E 0 2F 32 D 4 3E 41
Octal 335 166 156 0 57 62 15 4 76 101
Binary 11011101 1110110 1101110 0 101111 110010 1101 100 111110 1000001

Color Harmonies of #DD766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD766E

Black with #DD766E

Text Example


Text Example

White with #DD766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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