Html Css Color HEX #DC746C Geraldine

📋 copy color: '#DC746C'

red 220 ◦ green 116 ◦ blue 108

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

Shades of Geraldine #DC746C

Tints of Geraldine #DC746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.13%

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

R = 49.55%
G = 26.13%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC746C (or 0xDC746C) is known color: Geraldine. HEX triplet: DC, 74 and 6C. RGB value is (220,116,108). Sum of RGB (Red+Green+Blue) = 220+116+108=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC746C is #238B93. Grayscale: #929292. Windows color (decimal): -2329492 or 7107804. OLE color: 7107804.

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

Color convert

RGB 220 116 108 -
CMYK 0 0.47 0.51 0.14
HSL 4.29º 0.62% 0.64% -
HSV(B) 4.29º 0.51% 0.86% -
XYZ 38.47 28.79 17.72 -
YUV 146.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 220 116 108 0 0.47 0.51 0.14 4.29 0.62 0.64
Hex DC 74 6C 0 2F 33 E 4 3E 40
Octal 334 164 154 0 57 63 16 4 76 100
Binary 11011100 1110100 1101100 0 101111 110011 1110 100 111110 1000000

Color Harmonies of #DC746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC746C

Black with #DC746C

Text Example


Text Example

White with #DC746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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