Html Css Color HEX #DC726F Geraldine

📋 copy color: '#DC726F'

red 220 ◦ green 114 ◦ blue 111

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

Shades of Geraldine #DC726F

Tints of Geraldine #DC726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 49.44%
G = 25.62%
B = 24.94%

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

#DC726F (or 0xDC726F) is known color: Geraldine. HEX triplet: DC, 72 and 6F. RGB value is (220,114,111). Sum of RGB (Red+Green+Blue) = 220+114+111=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC726F is #238D90. Grayscale: #919191. Windows color (decimal): -2330001 or 7303900. OLE color: 7303900.

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

Color convert

RGB 220 114 111 -
CMYK 0 0.48 0.50 0.14
HSL 1.65º 0.61% 0.65% -
HSV(B) 1.65º 0.5% 0.86% -
XYZ 38.4 28.4 18.5 -
YUV 145.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 220 114 111 0 0.48 0.50 0.14 1.65 0.61 0.65
Hex DC 72 6F 0 30 32 E 2 3D 41
Octal 334 162 157 0 60 62 16 2 75 101
Binary 11011100 1110010 1101111 0 110000 110010 1110 10 111101 1000001

Color Harmonies of #DC726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC726F

Black with #DC726F

Text Example


Text Example

White with #DC726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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