Html Css Color HEX #DF756F Geraldine

📋 copy color: '#DF756F'

red 223 ◦ green 117 ◦ blue 111

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

Shades of Geraldine #DF756F

Tints of Geraldine #DF756F

RGB

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

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

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

R = 49.45%
G = 25.94%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF756F (or 0xDF756F) is known color: Geraldine. HEX triplet: DF, 75 and 6F. RGB value is (223,117,111). Sum of RGB (Red+Green+Blue) = 223+117+111=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF756F is #208A90. Grayscale: #949494. Windows color (decimal): -2132625 or 7304671. OLE color: 7304671.

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

Color convert

RGB 223 117 111 -
CMYK 0 0.48 0.50 0.13
HSL 3.21º 0.64% 0.65% -
HSV(B) 3.21º 0.5% 0.87% -
XYZ 39.66 29.56 18.65 -
YUV 148.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 223 117 111 0 0.48 0.50 0.13 3.21 0.64 0.65
Hex DF 75 6F 0 30 32 D 3 40 41
Octal 337 165 157 0 60 62 15 3 100 101
Binary 11011111 1110101 1101111 0 110000 110010 1101 11 1000000 1000001

Color Harmonies of #DF756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF756F

Black with #DF756F

Text Example


Text Example

White with #DF756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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