Html Css Color HEX #DD746A Geraldine

📋 copy color: '#DD746A'

red 221 ◦ green 116 ◦ blue 106

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

Shades of Geraldine #DD746A

Tints of Geraldine #DD746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 49.89%
G = 26.19%
B = 23.93%

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

#DD746A (or 0xDD746A) is known color: Geraldine. HEX triplet: DD, 74 and 6A. RGB value is (221,116,106). Sum of RGB (Red+Green+Blue) = 221+116+106=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD746A is #228B95. Grayscale: #929292. Windows color (decimal): -2263958 or 6976733. OLE color: 6976733.

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

Color convert

RGB 221 116 106 -
CMYK 0 0.48 0.52 0.13
HSL 5.22º 0.63% 0.64% -
HSV(B) 5.22º 0.52% 0.87% -
XYZ 38.67 28.9 17.18 -
YUV 146.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 221 116 106 0 0.48 0.52 0.13 5.22 0.63 0.64
Hex DD 74 6A 0 30 34 D 5 3F 40
Octal 335 164 152 0 60 64 15 5 77 100
Binary 11011101 1110100 1101010 0 110000 110100 1101 101 111111 1000000

Color Harmonies of #DD746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD746A

Black with #DD746A

Text Example


Text Example

White with #DD746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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