Html Css Color HEX #DC766F Geraldine

📋 copy color: '#DC766F'

red 220 ◦ green 118 ◦ blue 111

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

Shades of Geraldine #DC766F

Tints of Geraldine #DC766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

 BLUE value IS 111 (43.75% from 255) = 24.72%

R = 49%
G = 26.28%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC766F (or 0xDC766F) is known color: Geraldine. HEX triplet: DC, 76 and 6F. RGB value is (220,118,111). Sum of RGB (Red+Green+Blue) = 220+118+111=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC766F is #238990. Grayscale: #939393. Windows color (decimal): -2328977 or 7304924. OLE color: 7304924.

HSL color Cylindrical-coordinate representation of color #DC766F: hue angle of 3.85º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC766F is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 111 -
CMYK 0 0.46 0.50 0.14
HSL 3.85º 0.61% 0.65% -
HSV(B) 3.85º 0.5% 0.86% -
XYZ 38.86 29.32 18.65 -
YUV 147.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 220 118 111 0 0.46 0.50 0.14 3.85 0.61 0.65
Hex DC 76 6F 0 2E 32 E 4 3D 41
Octal 334 166 157 0 56 62 16 4 75 101
Binary 11011100 1110110 1101111 0 101110 110010 1110 100 111101 1000001

Color Harmonies of #DC766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC766F

Black with #DC766F

Text Example


Text Example

White with #DC766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC766F; }

 p { color: rgb(220,118,111); }

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

background-color css

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

 a { background-color: rgb(220,118,111); }

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

border-color css

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

 span { border-color: rgb(220,118,111); }

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