Html Css Color HEX #DD716E Geraldine

📋 copy color: '#DD716E'

red 221 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #DD716E

Tints of Geraldine #DD716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

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

R = 49.77%
G = 25.45%
B = 24.77%

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

#DD716E (or 0xDD716E) is known color: Geraldine. HEX triplet: DD, 71 and 6E. RGB value is (221,113,110). Sum of RGB (Red+Green+Blue) = 221+113+110=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD716E is #228E91. Grayscale: #919191. Windows color (decimal): -2264722 or 7238109. OLE color: 7238109.

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

Color convert

RGB 221 113 110 -
CMYK 0 0.49 0.50 0.13
HSL 1.62º 0.62% 0.65% -
HSV(B) 1.62º 0.5% 0.87% -
XYZ 38.54 28.31 18.18 -
YUV 144.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 221 113 110 0 0.49 0.50 0.13 1.62 0.62 0.65
Hex DD 71 6E 0 31 32 D 2 3E 41
Octal 335 161 156 0 61 62 15 2 76 101
Binary 11011101 1110001 1101110 0 110001 110010 1101 10 111110 1000001

Color Harmonies of #DD716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD716E

Black with #DD716E

Text Example


Text Example

White with #DD716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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