Html Css Color HEX #DD726C Geraldine

📋 copy color: '#DD726C'

red 221 ◦ green 114 ◦ blue 108

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

Shades of Geraldine #DD726C

Tints of Geraldine #DD726C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 49.89%
G = 25.73%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD726C (or 0xDD726C) is known color: Geraldine. HEX triplet: DD, 72 and 6C. RGB value is (221,114,108). Sum of RGB (Red+Green+Blue) = 221+114+108=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD726C is #228D93. Grayscale: #919191. Windows color (decimal): -2264468 or 7107293. OLE color: 7107293.

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

Color convert

RGB 221 114 108 -
CMYK 0 0.48 0.51 0.13
HSL 3.19º 0.62% 0.65% -
HSV(B) 3.19º 0.51% 0.87% -
XYZ 38.54 28.49 17.65 -
YUV 145.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 221 114 108 0 0.48 0.51 0.13 3.19 0.62 0.65
Hex DD 72 6C 0 30 33 D 3 3E 41
Octal 335 162 154 0 60 63 15 3 76 101
Binary 11011101 1110010 1101100 0 110000 110011 1101 11 111110 1000001

Color Harmonies of #DD726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD726C

Black with #DD726C

Text Example


Text Example

White with #DD726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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