Html Css Color HEX #DC726D Geraldine

📋 copy color: '#DC726D'

red 220 ◦ green 114 ◦ blue 109

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

Shades of Geraldine #DC726D

Tints of Geraldine #DC726D

RGB

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

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

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

R = 49.66%
G = 25.73%
B = 24.6%

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

#DC726D (or 0xDC726D) is known color: Geraldine. HEX triplet: DC, 72 and 6D. RGB value is (220,114,109). Sum of RGB (Red+Green+Blue) = 220+114+109=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC726D is #238D92. Grayscale: #919191. Windows color (decimal): -2330003 or 7172828. OLE color: 7172828.

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

Color convert

RGB 220 114 109 -
CMYK 0 0.48 0.50 0.14
HSL 2.7º 0.61% 0.65% -
HSV(B) 2.7º 0.5% 0.86% -
XYZ 38.29 28.35 17.92 -
YUV 145.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 220 114 109 0 0.48 0.50 0.14 2.7 0.61 0.65
Hex DC 72 6D 0 30 32 E 3 3D 41
Octal 334 162 155 0 60 62 16 3 75 101
Binary 11011100 1110010 1101101 0 110000 110010 1110 11 111101 1000001

Color Harmonies of #DC726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC726D

Black with #DC726D

Text Example


Text Example

White with #DC726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC726D; }

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

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

background-color css

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

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

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

border-color css

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

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

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