Html Css Color HEX #DD726A Geraldine

📋 copy color: '#DD726A'

red 221 ◦ green 114 ◦ blue 106

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

Shades of Geraldine #DD726A

Tints of Geraldine #DD726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

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

R = 50.11%
G = 25.85%
B = 24.04%

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

#DD726A (or 0xDD726A) is known color: Geraldine. HEX triplet: DD, 72 and 6A. RGB value is (221,114,106). Sum of RGB (Red+Green+Blue) = 221+114+106=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD726A is #228D95. Grayscale: #919191. Windows color (decimal): -2264470 or 6976221. OLE color: 6976221.

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

Color convert

RGB 221 114 106 -
CMYK 0 0.48 0.52 0.13
HSL 4.17º 0.63% 0.64% -
HSV(B) 4.17º 0.52% 0.87% -
XYZ 38.44 28.45 17.1 -
YUV 145.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 221 114 106 0 0.48 0.52 0.13 4.17 0.63 0.64
Hex DD 72 6A 0 30 34 D 4 3F 40
Octal 335 162 152 0 60 64 15 4 77 100
Binary 11011101 1110010 1101010 0 110000 110100 1101 100 111111 1000000

Color Harmonies of #DD726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD726A

Black with #DD726A

Text Example


Text Example

White with #DD726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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