Html Css Color HEX #DF706C Geraldine

📋 copy color: '#DF706C'

red 223 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #DF706C

Tints of Geraldine #DF706C

RGB

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

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

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

R = 50.34%
G = 25.28%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF706C (or 0xDF706C) is known color: Geraldine. HEX triplet: DF, 70 and 6C. RGB value is (223,112,108). Sum of RGB (Red+Green+Blue) = 223+112+108=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF706C is #208F93. Grayscale: #909090. Windows color (decimal): -2133908 or 7106783. OLE color: 7106783.

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

Color convert

RGB 223 112 108 -
CMYK 0 0.50 0.52 0.13
HSL 2.09º 0.64% 0.65% -
HSV(B) 2.09º 0.52% 0.87% -
XYZ 38.93 28.36 17.61 -
YUV 144.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 223 112 108 0 0.50 0.52 0.13 2.09 0.64 0.65
Hex DF 70 6C 0 32 34 D 2 40 41
Octal 337 160 154 0 62 64 15 2 100 101
Binary 11011111 1110000 1101100 0 110010 110100 1101 10 1000000 1000001

Color Harmonies of #DF706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF706C

Black with #DF706C

Text Example


Text Example

White with #DF706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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