Html Css Color HEX #DF776C Geraldine

📋 copy color: '#DF776C'

red 223 ◦ green 119 ◦ blue 108

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

Shades of Geraldine #DF776C

Tints of Geraldine #DF776C

RGB

 RED value IS 223 (87.5% from 255) = 49.56%

 GREEN value IS 119 (46.88% from 255) = 26.44%

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

R = 49.56%
G = 26.44%
B = 24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF776C (or 0xDF776C) is known color: Geraldine. HEX triplet: DF, 77 and 6C. RGB value is (223,119,108). Sum of RGB (Red+Green+Blue) = 223+119+108=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF776C is #208893. Grayscale: #949494. Windows color (decimal): -2132116 or 7108575. OLE color: 7108575.

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

Color convert

RGB 223 119 108 -
CMYK 0 0.47 0.52 0.13
HSL 5.74º 0.64% 0.65% -
HSV(B) 5.74º 0.52% 0.87% -
XYZ 39.74 29.96 17.88 -
YUV 148.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 223 119 108 0 0.47 0.52 0.13 5.74 0.64 0.65
Hex DF 77 6C 0 2F 34 D 6 40 41
Octal 337 167 154 0 57 64 15 6 100 101
Binary 11011111 1110111 1101100 0 101111 110100 1101 110 1000000 1000001

Color Harmonies of #DF776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF776C

Black with #DF776C

Text Example


Text Example

White with #DF776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF776C; }

 p { color: rgb(223,119,108); }

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

background-color css

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

 a { background-color: rgb(223,119,108); }

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

border-color css

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

 span { border-color: rgb(223,119,108); }

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