Html Css Color HEX #DD706E Geraldine

📋 copy color: '#DD706E'

red 221 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #DD706E

Tints of Geraldine #DD706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

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

R = 49.89%
G = 25.28%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD706E (or 0xDD706E) is known color: Geraldine. HEX triplet: DD, 70 and 6E. RGB value is (221,112,110). Sum of RGB (Red+Green+Blue) = 221+112+110=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD706E is #228F91. Grayscale: #909090. Windows color (decimal): -2264978 or 7237853. OLE color: 7237853.

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

Color convert

RGB 221 112 110 -
CMYK 0 0.49 0.50 0.13
HSL 1.08º 0.62% 0.65% -
HSV(B) 1.08º 0.5% 0.87% -
XYZ 38.43 28.09 18.15 -
YUV 144.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 221 112 110 0 0.49 0.50 0.13 1.08 0.62 0.65
Hex DD 70 6E 0 31 32 D 1 3E 41
Octal 335 160 156 0 61 62 15 1 76 101
Binary 11011101 1110000 1101110 0 110001 110010 1101 1 111110 1000001

Color Harmonies of #DD706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD706E

Black with #DD706E

Text Example


Text Example

White with #DD706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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