Html Css Color HEX #DC746F Geraldine

📋 copy color: '#DC746F'

red 220 ◦ green 116 ◦ blue 111

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

Shades of Geraldine #DC746F

Tints of Geraldine #DC746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.83%

R = 49.22%
G = 25.95%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC746F (or 0xDC746F) is known color: Geraldine. HEX triplet: DC, 74 and 6F. RGB value is (220,116,111). Sum of RGB (Red+Green+Blue) = 220+116+111=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC746F is #238B90. Grayscale: #929292. Windows color (decimal): -2329489 or 7304412. OLE color: 7304412.

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

Color convert

RGB 220 116 111 -
CMYK 0 0.47 0.50 0.14
HSL 2.75º 0.61% 0.65% -
HSV(B) 2.75º 0.5% 0.86% -
XYZ 38.63 28.85 18.57 -
YUV 146.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 220 116 111 0 0.47 0.50 0.14 2.75 0.61 0.65
Hex DC 74 6F 0 2F 32 E 3 3D 41
Octal 334 164 157 0 57 62 16 3 75 101
Binary 11011100 1110100 1101111 0 101111 110010 1110 11 111101 1000001

Color Harmonies of #DC746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC746F

Black with #DC746F

Text Example


Text Example

White with #DC746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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