Html Css Color HEX #DD706D Geraldine

📋 copy color: '#DD706D'

red 221 ◦ green 112 ◦ blue 109

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

Shades of Geraldine #DD706D

Tints of Geraldine #DD706D

RGB

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

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

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

R = 50%
G = 25.34%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD706D (or 0xDD706D) is known color: Geraldine. HEX triplet: DD, 70 and 6D. RGB value is (221,112,109). Sum of RGB (Red+Green+Blue) = 221+112+109=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD706D is #228F92. Grayscale: #909090. Windows color (decimal): -2264979 or 7172317. OLE color: 7172317.

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

Color convert

RGB 221 112 109 -
CMYK 0 0.49 0.51 0.13
HSL 1.61º 0.62% 0.65% -
HSV(B) 1.61º 0.51% 0.87% -
XYZ 38.37 28.06 17.86 -
YUV 144.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 221 112 109 0 0.49 0.51 0.13 1.61 0.62 0.65
Hex DD 70 6D 0 31 33 D 2 3E 41
Octal 335 160 155 0 61 63 15 2 76 101
Binary 11011101 1110000 1101101 0 110001 110011 1101 10 111110 1000001

Color Harmonies of #DD706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD706D

Black with #DD706D

Text Example


Text Example

White with #DD706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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