Html Css Color HEX #DC6E6B Geraldine

📋 copy color: '#DC6E6B'

red 220 ◦ green 110 ◦ blue 107

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

Shades of Geraldine #DC6E6B

Tints of Geraldine #DC6E6B

RGB

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

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

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

R = 50.34%
G = 25.17%
B = 24.49%

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

#DC6E6B (or 0xDC6E6B) is known color: Geraldine. HEX triplet: DC, 6E and 6B. RGB value is (220,110,107). Sum of RGB (Red+Green+Blue) = 220+110+107=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E6B is #239194. Grayscale: #8E8E8E. Windows color (decimal): -2331029 or 7040732. OLE color: 7040732.

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

Color convert

RGB 220 110 107 -
CMYK 0 0.50 0.51 0.14
HSL 1.59º 0.62% 0.64% -
HSV(B) 1.59º 0.51% 0.86% -
XYZ 37.74 27.43 17.21 -
YUV 142.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 220 110 107 0 0.50 0.51 0.14 1.59 0.62 0.64
Hex DC 6E 6B 0 32 33 E 2 3E 40
Octal 334 156 153 0 62 63 16 2 76 100
Binary 11011100 1101110 1101011 0 110010 110011 1110 10 111110 1000000

Color Harmonies of #DC6E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E6B

Black with #DC6E6B

Text Example


Text Example

White with #DC6E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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