Html Css Color HEX #DC6E6C Geraldine

📋 copy color: '#DC6E6C'

red 220 ◦ green 110 ◦ blue 108

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

Shades of Geraldine #DC6E6C

Tints of Geraldine #DC6E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.11%

 BLUE value IS 108 (42.58% from 255) = 24.66%

R = 50.23%
G = 25.11%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC6E6C (or 0xDC6E6C) is known color: Geraldine. HEX triplet: DC, 6E and 6C. RGB value is (220,110,108). Sum of RGB (Red+Green+Blue) = 220+110+108=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E6C is #239193. Grayscale: #8E8E8E. Windows color (decimal): -2331028 or 7106268. OLE color: 7106268.

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

Color convert

RGB 220 110 108 -
CMYK 0 0.50 0.51 0.14
HSL 1.07º 0.62% 0.64% -
HSV(B) 1.07º 0.51% 0.86% -
XYZ 37.8 27.45 17.49 -
YUV 142.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 220 110 108 0 0.50 0.51 0.14 1.07 0.62 0.64
Hex DC 6E 6C 0 32 33 E 1 3E 40
Octal 334 156 154 0 62 63 16 1 76 100
Binary 11011100 1101110 1101100 0 110010 110011 1110 1 111110 1000000

Color Harmonies of #DC6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E6C

Black with #DC6E6C

Text Example


Text Example

White with #DC6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E6C; }

 p { color: rgb(220,110,108); }

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

background-color css

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

 a { background-color: rgb(220,110,108); }

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

border-color css

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

 span { border-color: rgb(220,110,108); }

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