Html Css Color HEX #DF756C Geraldine

📋 copy color: '#DF756C'

red 223 ◦ green 117 ◦ blue 108

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

Shades of Geraldine #DF756C

Tints of Geraldine #DF756C

RGB

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

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

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

R = 49.78%
G = 26.12%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF756C (or 0xDF756C) is known color: Geraldine. HEX triplet: DF, 75 and 6C. RGB value is (223,117,108). Sum of RGB (Red+Green+Blue) = 223+117+108=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF756C is #208A93. Grayscale: #939393. Windows color (decimal): -2132628 or 7108063. OLE color: 7108063.

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

Color convert

RGB 223 117 108 -
CMYK 0 0.48 0.52 0.13
HSL 4.7º 0.64% 0.65% -
HSV(B) 4.7º 0.52% 0.87% -
XYZ 39.5 29.49 17.8 -
YUV 147.67 105.62 181.73 -
System Red Green Blue C M Y K H S L
Decimal 223 117 108 0 0.48 0.52 0.13 4.7 0.64 0.65
Hex DF 75 6C 0 30 34 D 5 40 41
Octal 337 165 154 0 60 64 15 5 100 101
Binary 11011111 1110101 1101100 0 110000 110100 1101 101 1000000 1000001

Color Harmonies of #DF756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF756C

Black with #DF756C

Text Example


Text Example

White with #DF756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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