Html Css Color HEX #DF776A Geraldine

📋 copy color: '#DF776A'

red 223 ◦ green 119 ◦ blue 106

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

Shades of Geraldine #DF776A

Tints of Geraldine #DF776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 49.78%
G = 26.56%
B = 23.66%

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

#DF776A (or 0xDF776A) is known color: Geraldine. HEX triplet: DF, 77 and 6A. RGB value is (223,119,106). Sum of RGB (Red+Green+Blue) = 223+119+106=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF776A is #208895. Grayscale: #949494. Windows color (decimal): -2132118 or 6977503. OLE color: 6977503.

HSL color Cylindrical-coordinate representation of color #DF776A: hue angle of 6.67º degrees, saturation: 0.65, 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 #DF776A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 106 -
CMYK 0 0.47 0.52 0.13
HSL 6.67º 0.65% 0.65% -
HSV(B) 6.67º 0.52% 0.87% -
XYZ 39.63 29.92 17.32 -
YUV 148.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 223 119 106 0 0.47 0.52 0.13 6.67 0.65 0.65
Hex DF 77 6A 0 2F 34 D 7 41 41
Octal 337 167 152 0 57 64 15 7 101 101
Binary 11011111 1110111 1101010 0 101111 110100 1101 111 1000001 1000001

Color Harmonies of #DF776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF776A

Black with #DF776A

Text Example


Text Example

White with #DF776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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