Html Css Color HEX #DF7A6F Geraldine

📋 copy color: '#DF7A6F'

red 223 ◦ green 122 ◦ blue 111

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

Shades of Geraldine #DF7A6F

Tints of Geraldine #DF7A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.75%

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

R = 48.9%
G = 26.75%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF7A6F (or 0xDF7A6F) is known color: Geraldine. HEX triplet: DF, 7A and 6F. RGB value is (223,122,111). Sum of RGB (Red+Green+Blue) = 223+122+111=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A6F is #208590. Grayscale: #979797. Windows color (decimal): -2131345 or 7305951. OLE color: 7305951.

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

Color convert

RGB 223 122 111 -
CMYK 0 0.45 0.50 0.13
HSL 5.89º 0.64% 0.65% -
HSV(B) 5.89º 0.5% 0.87% -
XYZ 40.26 30.75 18.85 -
YUV 150.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 223 122 111 0 0.45 0.50 0.13 5.89 0.64 0.65
Hex DF 7A 6F 0 2D 32 D 6 40 41
Octal 337 172 157 0 55 62 15 6 100 101
Binary 11011111 1111010 1101111 0 101101 110010 1101 110 1000000 1000001

Color Harmonies of #DF7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7A6F

Black with #DF7A6F

Text Example


Text Example

White with #DF7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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