Html Css Color HEX #DD746C Geraldine

📋 copy color: '#DD746C'

red 221 ◦ green 116 ◦ blue 108

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

Shades of Geraldine #DD746C

Tints of Geraldine #DD746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.07%

 BLUE value IS 108 (42.58% from 255) = 24.27%

R = 49.66%
G = 26.07%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD746C (or 0xDD746C) is known color: Geraldine. HEX triplet: DD, 74 and 6C. RGB value is (221,116,108). Sum of RGB (Red+Green+Blue) = 221+116+108=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD746C is #228B93. Grayscale: #929292. Windows color (decimal): -2263956 or 7107805. OLE color: 7107805.

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

Color convert

RGB 221 116 108 -
CMYK 0 0.48 0.51 0.13
HSL 4.25º 0.62% 0.65% -
HSV(B) 4.25º 0.51% 0.87% -
XYZ 38.77 28.95 17.73 -
YUV 146.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 221 116 108 0 0.48 0.51 0.13 4.25 0.62 0.65
Hex DD 74 6C 0 30 33 D 4 3E 41
Octal 335 164 154 0 60 63 15 4 76 101
Binary 11011101 1110100 1101100 0 110000 110011 1101 100 111110 1000001

Color Harmonies of #DD746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD746C

Black with #DD746C

Text Example


Text Example

White with #DD746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD746C; }

 p { color: rgb(221,116,108); }

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

background-color css

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

 a { background-color: rgb(221,116,108); }

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

border-color css

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

 span { border-color: rgb(221,116,108); }

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