Html Css Color HEX #DC736E Geraldine

📋 copy color: '#DC736E'

red 220 ◦ green 115 ◦ blue 110

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

Shades of Geraldine #DC736E

Tints of Geraldine #DC736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.84%

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

R = 49.44%
G = 25.84%
B = 24.72%

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

#DC736E (or 0xDC736E) is known color: Geraldine. HEX triplet: DC, 73 and 6E. RGB value is (220,115,110). Sum of RGB (Red+Green+Blue) = 220+115+110=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC736E is #238C91. Grayscale: #919191. Windows color (decimal): -2329746 or 7238620. OLE color: 7238620.

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

Color convert

RGB 220 115 110 -
CMYK 0 0.48 0.50 0.14
HSL 2.73º 0.61% 0.65% -
HSV(B) 2.73º 0.5% 0.86% -
XYZ 38.46 28.6 18.25 -
YUV 145.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 220 115 110 0 0.48 0.50 0.14 2.73 0.61 0.65
Hex DC 73 6E 0 30 32 E 3 3D 41
Octal 334 163 156 0 60 62 16 3 75 101
Binary 11011100 1110011 1101110 0 110000 110010 1110 11 111101 1000001

Color Harmonies of #DC736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC736E

Black with #DC736E

Text Example


Text Example

White with #DC736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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