Html Css Color HEX #DD746B Geraldine

📋 copy color: '#DD746B'

red 221 ◦ green 116 ◦ blue 107

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

Shades of Geraldine #DD746B

Tints of Geraldine #DD746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 49.77%
G = 26.13%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD746B (or 0xDD746B) is known color: Geraldine. HEX triplet: DD, 74 and 6B. RGB value is (221,116,107). Sum of RGB (Red+Green+Blue) = 221+116+107=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD746B is #228B94. Grayscale: #929292. Windows color (decimal): -2263957 or 7042269. OLE color: 7042269.

HSL color Cylindrical-coordinate representation of color #DD746B: hue angle of 4.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD746B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 107 -
CMYK 0 0.48 0.52 0.13
HSL 4.74º 0.63% 0.64% -
HSV(B) 4.74º 0.52% 0.87% -
XYZ 38.72 28.92 17.45 -
YUV 146.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 221 116 107 0 0.48 0.52 0.13 4.74 0.63 0.64
Hex DD 74 6B 0 30 34 D 5 3F 40
Octal 335 164 153 0 60 64 15 5 77 100
Binary 11011101 1110100 1101011 0 110000 110100 1101 101 111111 1000000

Color Harmonies of #DD746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD746B

Black with #DD746B

Text Example


Text Example

White with #DD746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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