Html Css Color HEX #DF756E Geraldine

📋 copy color: '#DF756E'

red 223 ◦ green 117 ◦ blue 110

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

Shades of Geraldine #DF756E

Tints of Geraldine #DF756E

RGB

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

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

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

R = 49.56%
G = 26%
B = 24.44%

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

#DF756E (or 0xDF756E) is known color: Geraldine. HEX triplet: DF, 75 and 6E. RGB value is (223,117,110). Sum of RGB (Red+Green+Blue) = 223+117+110=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF756E is #208A91. Grayscale: #949494. Windows color (decimal): -2132626 or 7239135. OLE color: 7239135.

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

Color convert

RGB 223 117 110 -
CMYK 0 0.48 0.51 0.13
HSL 3.72º 0.64% 0.65% -
HSV(B) 3.72º 0.51% 0.87% -
XYZ 39.61 29.54 18.37 -
YUV 147.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 223 117 110 0 0.48 0.51 0.13 3.72 0.64 0.65
Hex DF 75 6E 0 30 33 D 4 40 41
Octal 337 165 156 0 60 63 15 4 100 101
Binary 11011111 1110101 1101110 0 110000 110011 1101 100 1000000 1000001

Color Harmonies of #DF756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF756E

Black with #DF756E

Text Example


Text Example

White with #DF756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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