Html Css Color HEX #DD756D Geraldine

📋 copy color: '#DD756D'

red 221 ◦ green 117 ◦ blue 109

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

Shades of Geraldine #DD756D

Tints of Geraldine #DD756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

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

R = 49.44%
G = 26.17%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD756D (or 0xDD756D) is known color: Geraldine. HEX triplet: DD, 75 and 6D. RGB value is (221,117,109). Sum of RGB (Red+Green+Blue) = 221+117+109=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD756D is #228A92. Grayscale: #939393. Windows color (decimal): -2263699 or 7173597. OLE color: 7173597.

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

Color convert

RGB 221 117 109 -
CMYK 0 0.47 0.51 0.13
HSL 4.29º 0.62% 0.65% -
HSV(B) 4.29º 0.51% 0.87% -
XYZ 38.94 29.2 18.05 -
YUV 147.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 221 117 109 0 0.47 0.51 0.13 4.29 0.62 0.65
Hex DD 75 6D 0 2F 33 D 4 3E 41
Octal 335 165 155 0 57 63 15 4 76 101
Binary 11011101 1110101 1101101 0 101111 110011 1101 100 111110 1000001

Color Harmonies of #DD756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD756D

Black with #DD756D

Text Example


Text Example

White with #DD756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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