Html Css Color HEX #DF706E Geraldine

📋 copy color: '#DF706E'

red 223 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #DF706E

Tints of Geraldine #DF706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.17%

 BLUE value IS 110 (43.36% from 255) = 24.72%

R = 50.11%
G = 25.17%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF706E (or 0xDF706E) is known color: Geraldine. HEX triplet: DF, 70 and 6E. RGB value is (223,112,110). Sum of RGB (Red+Green+Blue) = 223+112+110=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF706E is #208F91. Grayscale: #919191. Windows color (decimal): -2133906 or 7237855. OLE color: 7237855.

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

Color convert

RGB 223 112 110 -
CMYK 0 0.50 0.51 0.13
HSL 1.06º 0.64% 0.65% -
HSV(B) 1.06º 0.51% 0.87% -
XYZ 39.04 28.4 18.18 -
YUV 144.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 223 112 110 0 0.50 0.51 0.13 1.06 0.64 0.65
Hex DF 70 6E 0 32 33 D 1 40 41
Octal 337 160 156 0 62 63 15 1 100 101
Binary 11011111 1110000 1101110 0 110010 110011 1101 1 1000000 1000001

Color Harmonies of #DF706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF706E

Black with #DF706E

Text Example


Text Example

White with #DF706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF706E; }

 p { color: rgb(223,112,110); }

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

background-color css

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

 a { background-color: rgb(223,112,110); }

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

border-color css

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

 span { border-color: rgb(223,112,110); }

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