Html Css Color HEX #DD706B Geraldine

📋 copy color: '#DD706B'

red 221 ◦ green 112 ◦ blue 107

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

Shades of Geraldine #DD706B

Tints of Geraldine #DD706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

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

R = 50.23%
G = 25.45%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD706B (or 0xDD706B) is known color: Geraldine. HEX triplet: DD, 70 and 6B. RGB value is (221,112,107). Sum of RGB (Red+Green+Blue) = 221+112+107=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD706B is #228F94. Grayscale: #909090. Windows color (decimal): -2264981 or 7041245. OLE color: 7041245.

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

Color convert

RGB 221 112 107 -
CMYK 0 0.49 0.52 0.13
HSL 2.63º 0.63% 0.64% -
HSV(B) 2.63º 0.52% 0.87% -
XYZ 38.27 28.02 17.3 -
YUV 144.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 221 112 107 0 0.49 0.52 0.13 2.63 0.63 0.64
Hex DD 70 6B 0 31 34 D 3 3F 40
Octal 335 160 153 0 61 64 15 3 77 100
Binary 11011101 1110000 1101011 0 110001 110100 1101 11 111111 1000000

Color Harmonies of #DD706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD706B

Black with #DD706B

Text Example


Text Example

White with #DD706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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