Html Css Color HEX #DF766C Geraldine

📋 copy color: '#DF766C'

red 223 ◦ green 118 ◦ blue 108

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

Shades of Geraldine #DF766C

Tints of Geraldine #DF766C

RGB

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

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

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

R = 49.67%
G = 26.28%
B = 24.05%

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

#DF766C (or 0xDF766C) is known color: Geraldine. HEX triplet: DF, 76 and 6C. RGB value is (223,118,108). Sum of RGB (Red+Green+Blue) = 223+118+108=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF766C is #208993. Grayscale: #949494. Windows color (decimal): -2132372 or 7108319. OLE color: 7108319.

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

Color convert

RGB 223 118 108 -
CMYK 0 0.47 0.52 0.13
HSL 5.22º 0.64% 0.65% -
HSV(B) 5.22º 0.52% 0.87% -
XYZ 39.62 29.73 17.84 -
YUV 148.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 223 118 108 0 0.47 0.52 0.13 5.22 0.64 0.65
Hex DF 76 6C 0 2F 34 D 5 40 41
Octal 337 166 154 0 57 64 15 5 100 101
Binary 11011111 1110110 1101100 0 101111 110100 1101 101 1000000 1000001

Color Harmonies of #DF766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF766C

Black with #DF766C

Text Example


Text Example

White with #DF766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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