Html Css Color HEX #DC726C Geraldine

📋 copy color: '#DC726C'

red 220 ◦ green 114 ◦ blue 108

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

Shades of Geraldine #DC726C

Tints of Geraldine #DC726C

RGB

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

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

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

R = 49.77%
G = 25.79%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC726C (or 0xDC726C) is known color: Geraldine. HEX triplet: DC, 72 and 6C. RGB value is (220,114,108). Sum of RGB (Red+Green+Blue) = 220+114+108=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC726C is #238D93. Grayscale: #919191. Windows color (decimal): -2330004 or 7107292. OLE color: 7107292.

HSL color Cylindrical-coordinate representation of color #DC726C: hue angle of 3.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC726C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 114 108 -
CMYK 0 0.48 0.51 0.14
HSL 3.21º 0.62% 0.64% -
HSV(B) 3.21º 0.51% 0.86% -
XYZ 38.24 28.33 17.64 -
YUV 145.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 220 114 108 0 0.48 0.51 0.14 3.21 0.62 0.64
Hex DC 72 6C 0 30 33 E 3 3E 40
Octal 334 162 154 0 60 63 16 3 76 100
Binary 11011100 1110010 1101100 0 110000 110011 1110 11 111110 1000000

Color Harmonies of #DC726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC726C

Black with #DC726C

Text Example


Text Example

White with #DC726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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