Html Css Color HEX #DD766D Geraldine

📋 copy color: '#DD766D'

red 221 ◦ green 118 ◦ blue 109

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

Shades of Geraldine #DD766D

Tints of Geraldine #DD766D

RGB

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

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

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

R = 49.33%
G = 26.34%
B = 24.33%

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

#DD766D (or 0xDD766D) is known color: Geraldine. HEX triplet: DD, 76 and 6D. RGB value is (221,118,109). Sum of RGB (Red+Green+Blue) = 221+118+109=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD766D is #228992. Grayscale: #939393. Windows color (decimal): -2263443 or 7173853. OLE color: 7173853.

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

Color convert

RGB 221 118 109 -
CMYK 0 0.47 0.51 0.13
HSL 4.82º 0.62% 0.65% -
HSV(B) 4.82º 0.51% 0.87% -
XYZ 39.06 29.43 18.09 -
YUV 147.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 221 118 109 0 0.47 0.51 0.13 4.82 0.62 0.65
Hex DD 76 6D 0 2F 33 D 5 3E 41
Octal 335 166 155 0 57 63 15 5 76 101
Binary 11011101 1110110 1101101 0 101111 110011 1101 101 111110 1000001

Color Harmonies of #DD766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD766D

Black with #DD766D

Text Example


Text Example

White with #DD766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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