Html Css Color HEX #DC746D Geraldine

📋 copy color: '#DC746D'

red 220 ◦ green 116 ◦ blue 109

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

Shades of Geraldine #DC746D

Tints of Geraldine #DC746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.49%

R = 49.44%
G = 26.07%
B = 24.49%

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

#DC746D (or 0xDC746D) is known color: Geraldine. HEX triplet: DC, 74 and 6D. RGB value is (220,116,109). Sum of RGB (Red+Green+Blue) = 220+116+109=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC746D is #238B92. Grayscale: #929292. Windows color (decimal): -2329491 or 7173340. OLE color: 7173340.

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

Color convert

RGB 220 116 109 -
CMYK 0 0.47 0.50 0.14
HSL 3.78º 0.61% 0.65% -
HSV(B) 3.78º 0.5% 0.86% -
XYZ 38.52 28.81 18 -
YUV 146.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 220 116 109 0 0.47 0.50 0.14 3.78 0.61 0.65
Hex DC 74 6D 0 2F 32 E 4 3D 41
Octal 334 164 155 0 57 62 16 4 75 101
Binary 11011100 1110100 1101101 0 101111 110010 1110 100 111101 1000001

Color Harmonies of #DC746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC746D

Black with #DC746D

Text Example


Text Example

White with #DC746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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