Html Css Color HEX #DC746B Geraldine

📋 copy color: '#DC746B'

red 220 ◦ green 116 ◦ blue 107

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

Shades of Geraldine #DC746B

Tints of Geraldine #DC746B

RGB

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

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

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

R = 49.66%
G = 26.19%
B = 24.15%

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

#DC746B (or 0xDC746B) is known color: Geraldine. HEX triplet: DC, 74 and 6B. RGB value is (220,116,107). Sum of RGB (Red+Green+Blue) = 220+116+107=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC746B is #238B94. Grayscale: #929292. Windows color (decimal): -2329493 or 7042268. OLE color: 7042268.

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

Color convert

RGB 220 116 107 -
CMYK 0 0.47 0.51 0.14
HSL 4.78º 0.62% 0.64% -
HSV(B) 4.78º 0.51% 0.86% -
XYZ 38.41 28.77 17.44 -
YUV 146.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 220 116 107 0 0.47 0.51 0.14 4.78 0.62 0.64
Hex DC 74 6B 0 2F 33 E 5 3E 40
Octal 334 164 153 0 57 63 16 5 76 100
Binary 11011100 1110100 1101011 0 101111 110011 1110 101 111110 1000000

Color Harmonies of #DC746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC746B

Black with #DC746B

Text Example


Text Example

White with #DC746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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