Html Css Color HEX #DC756A Geraldine

📋 copy color: '#DC756A'

red 220 ◦ green 117 ◦ blue 106

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

Shades of Geraldine #DC756A

Tints of Geraldine #DC756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.93%

R = 49.66%
G = 26.41%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC756A (or 0xDC756A) is known color: Geraldine. HEX triplet: DC, 75 and 6A. RGB value is (220,117,106). Sum of RGB (Red+Green+Blue) = 220+117+106=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC756A is #238A95. Grayscale: #929292. Windows color (decimal): -2329238 or 6976988. OLE color: 6976988.

HSL color Cylindrical-coordinate representation of color #DC756A: hue angle of 5.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC756A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 117 106 -
CMYK 0 0.47 0.52 0.14
HSL 5.79º 0.62% 0.64% -
HSV(B) 5.79º 0.52% 0.86% -
XYZ 38.48 28.98 17.2 -
YUV 146.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 220 117 106 0 0.47 0.52 0.14 5.79 0.62 0.64
Hex DC 75 6A 0 2F 34 E 6 3E 40
Octal 334 165 152 0 57 64 16 6 76 100
Binary 11011100 1110101 1101010 0 101111 110100 1110 110 111110 1000000

Color Harmonies of #DC756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC756A

Black with #DC756A

Text Example


Text Example

White with #DC756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC756A; }

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

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

background-color css

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

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

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

border-color css

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

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

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