Html Css Color HEX #DF756D Geraldine

📋 copy color: '#DF756D'

red 223 ◦ green 117 ◦ blue 109

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

Shades of Geraldine #DF756D

Tints of Geraldine #DF756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 49.67%
G = 26.06%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF756D (or 0xDF756D) is known color: Geraldine. HEX triplet: DF, 75 and 6D. RGB value is (223,117,109). Sum of RGB (Red+Green+Blue) = 223+117+109=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF756D is #208A92. Grayscale: #939393. Windows color (decimal): -2132627 or 7173599. OLE color: 7173599.

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

Color convert

RGB 223 117 109 -
CMYK 0 0.48 0.51 0.13
HSL 4.21º 0.64% 0.65% -
HSV(B) 4.21º 0.51% 0.87% -
XYZ 39.55 29.51 18.08 -
YUV 147.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 223 117 109 0 0.48 0.51 0.13 4.21 0.64 0.65
Hex DF 75 6D 0 30 33 D 4 40 41
Octal 337 165 155 0 60 63 15 4 100 101
Binary 11011111 1110101 1101101 0 110000 110011 1101 100 1000000 1000001

Color Harmonies of #DF756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF756D

Black with #DF756D

Text Example


Text Example

White with #DF756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF756D; }

 p { color: rgb(223,117,109); }

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

background-color css

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

 a { background-color: rgb(223,117,109); }

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

border-color css

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

 span { border-color: rgb(223,117,109); }

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