Html Css Color HEX #DC726E Geraldine

📋 copy color: '#DC726E'

red 220 ◦ green 114 ◦ blue 110

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

Shades of Geraldine #DC726E

Tints of Geraldine #DC726E

RGB

 RED value IS 220 (86.33% from 255) = 49.55%

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

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 49.55%
G = 25.68%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC726E (or 0xDC726E) is known color: Geraldine. HEX triplet: DC, 72 and 6E. RGB value is (220,114,110). Sum of RGB (Red+Green+Blue) = 220+114+110=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC726E is #238D91. Grayscale: #919191. Windows color (decimal): -2330002 or 7238364. OLE color: 7238364.

HSL color Cylindrical-coordinate representation of color #DC726E: hue angle of 2.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC726E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 110 -
CMYK 0 0.48 0.50 0.14
HSL 2.18º 0.61% 0.65% -
HSV(B) 2.18º 0.5% 0.86% -
XYZ 38.35 28.38 18.21 -
YUV 145.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 220 114 110 0 0.48 0.50 0.14 2.18 0.61 0.65
Hex DC 72 6E 0 30 32 E 2 3D 41
Octal 334 162 156 0 60 62 16 2 75 101
Binary 11011100 1110010 1101110 0 110000 110010 1110 10 111101 1000001

Color Harmonies of #DC726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC726E

Black with #DC726E

Text Example


Text Example

White with #DC726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC726E; }

 p { color: rgb(220,114,110); }

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

background-color css

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

 a { background-color: rgb(220,114,110); }

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

border-color css

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

 span { border-color: rgb(220,114,110); }

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