Html Css Color HEX #DC756B Geraldine

📋 copy color: '#DC756B'

red 220 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #DC756B

Tints of Geraldine #DC756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 49.55%
G = 26.35%
B = 24.1%

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

#DC756B (or 0xDC756B) is known color: Geraldine. HEX triplet: DC, 75 and 6B. RGB value is (220,117,107). Sum of RGB (Red+Green+Blue) = 220+117+107=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC756B is #238A94. Grayscale: #929292. Windows color (decimal): -2329237 or 7042524. OLE color: 7042524.

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

Color convert

RGB 220 117 107 -
CMYK 0 0.47 0.51 0.14
HSL 5.31º 0.62% 0.64% -
HSV(B) 5.31º 0.51% 0.86% -
XYZ 38.53 29 17.48 -
YUV 146.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 220 117 107 0 0.47 0.51 0.14 5.31 0.62 0.64
Hex DC 75 6B 0 2F 33 E 5 3E 40
Octal 334 165 153 0 57 63 16 5 76 100
Binary 11011100 1110101 1101011 0 101111 110011 1110 101 111110 1000000

Color Harmonies of #DC756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC756B

Black with #DC756B

Text Example


Text Example

White with #DC756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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