Html Css Color HEX #DC726B Geraldine

📋 copy color: '#DC726B'

red 220 ◦ green 114 ◦ blue 107

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

Shades of Geraldine #DC726B

Tints of Geraldine #DC726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.26%

R = 49.89%
G = 25.85%
B = 24.26%

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

#DC726B (or 0xDC726B) is known color: Geraldine. HEX triplet: DC, 72 and 6B. RGB value is (220,114,107). Sum of RGB (Red+Green+Blue) = 220+114+107=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC726B is #238D94. Grayscale: #919191. Windows color (decimal): -2330005 or 7041756. OLE color: 7041756.

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

Color convert

RGB 220 114 107 -
CMYK 0 0.48 0.51 0.14
HSL 3.72º 0.62% 0.64% -
HSV(B) 3.72º 0.51% 0.86% -
XYZ 38.19 28.31 17.36 -
YUV 144.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 220 114 107 0 0.48 0.51 0.14 3.72 0.62 0.64
Hex DC 72 6B 0 30 33 E 4 3E 40
Octal 334 162 153 0 60 63 16 4 76 100
Binary 11011100 1110010 1101011 0 110000 110011 1110 100 111110 1000000

Color Harmonies of #DC726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC726B

Black with #DC726B

Text Example


Text Example

White with #DC726B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC726B; }

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

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

background-color css

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

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

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

border-color css

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

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

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