Html Css Color HEX #DD716D Geraldine

📋 copy color: '#DD716D'

red 221 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #DD716D

Tints of Geraldine #DD716D

RGB

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

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

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

R = 49.89%
G = 25.51%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD716D (or 0xDD716D) is known color: Geraldine. HEX triplet: DD, 71 and 6D. RGB value is (221,113,109). Sum of RGB (Red+Green+Blue) = 221+113+109=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD716D is #228E92. Grayscale: #909090. Windows color (decimal): -2264723 or 7172573. OLE color: 7172573.

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

Color convert

RGB 221 113 109 -
CMYK 0 0.49 0.51 0.13
HSL 2.14º 0.62% 0.65% -
HSV(B) 2.14º 0.51% 0.87% -
XYZ 38.48 28.29 17.9 -
YUV 144.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 221 113 109 0 0.49 0.51 0.13 2.14 0.62 0.65
Hex DD 71 6D 0 31 33 D 2 3E 41
Octal 335 161 155 0 61 63 15 2 76 101
Binary 11011101 1110001 1101101 0 110001 110011 1101 10 111110 1000001

Color Harmonies of #DD716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD716D

Black with #DD716D

Text Example


Text Example

White with #DD716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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