Html Css Color HEX #DC766D Geraldine

📋 copy color: '#DC766D'

red 220 ◦ green 118 ◦ blue 109

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

Shades of Geraldine #DC766D

Tints of Geraldine #DC766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 49.22%
G = 26.4%
B = 24.38%

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

#DC766D (or 0xDC766D) is known color: Geraldine. HEX triplet: DC, 76 and 6D. RGB value is (220,118,109). Sum of RGB (Red+Green+Blue) = 220+118+109=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC766D is #238992. Grayscale: #939393. Windows color (decimal): -2328979 or 7173852. OLE color: 7173852.

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

Color convert

RGB 220 118 109 -
CMYK 0 0.46 0.50 0.14
HSL 4.86º 0.61% 0.65% -
HSV(B) 4.86º 0.5% 0.86% -
XYZ 38.75 29.28 18.08 -
YUV 147.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 220 118 109 0 0.46 0.50 0.14 4.86 0.61 0.65
Hex DC 76 6D 0 2E 32 E 5 3D 41
Octal 334 166 155 0 56 62 16 5 75 101
Binary 11011100 1110110 1101101 0 101110 110010 1110 101 111101 1000001

Color Harmonies of #DC766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC766D

Black with #DC766D

Text Example


Text Example

White with #DC766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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