Html Css Color HEX #DF766F Geraldine

📋 copy color: '#DF766F'

red 223 ◦ green 118 ◦ blue 111

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

Shades of Geraldine #DF766F

Tints of Geraldine #DF766F

RGB

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

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

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

R = 49.34%
G = 26.11%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF766F (or 0xDF766F) is known color: Geraldine. HEX triplet: DF, 76 and 6F. RGB value is (223,118,111). Sum of RGB (Red+Green+Blue) = 223+118+111=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF766F is #208990. Grayscale: #949494. Windows color (decimal): -2132369 or 7304927. OLE color: 7304927.

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

Color convert

RGB 223 118 111 -
CMYK 0 0.47 0.50 0.13
HSL 3.75º 0.64% 0.65% -
HSV(B) 3.75º 0.5% 0.87% -
XYZ 39.78 29.79 18.69 -
YUV 148.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 223 118 111 0 0.47 0.50 0.13 3.75 0.64 0.65
Hex DF 76 6F 0 2F 32 D 4 40 41
Octal 337 166 157 0 57 62 15 4 100 101
Binary 11011111 1110110 1101111 0 101111 110010 1101 100 1000000 1000001

Color Harmonies of #DF766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF766F

Black with #DF766F

Text Example


Text Example

White with #DF766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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