Html Css Color HEX #DF756B Geraldine

📋 copy color: '#DF756B'

red 223 ◦ green 117 ◦ blue 107

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

Shades of Geraldine #DF756B

Tints of Geraldine #DF756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 49.89%
G = 26.17%
B = 23.94%

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

#DF756B (or 0xDF756B) is known color: Geraldine. HEX triplet: DF, 75 and 6B. RGB value is (223,117,107). Sum of RGB (Red+Green+Blue) = 223+117+107=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF756B is #208A94. Grayscale: #939393. Windows color (decimal): -2132629 or 7042527. OLE color: 7042527.

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

Color convert

RGB 223 117 107 -
CMYK 0 0.48 0.52 0.13
HSL 5.17º 0.64% 0.65% -
HSV(B) 5.17º 0.52% 0.87% -
XYZ 39.45 29.47 17.52 -
YUV 147.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 223 117 107 0 0.48 0.52 0.13 5.17 0.64 0.65
Hex DF 75 6B 0 30 34 D 5 40 41
Octal 337 165 153 0 60 64 15 5 100 101
Binary 11011111 1110101 1101011 0 110000 110100 1101 101 1000000 1000001

Color Harmonies of #DF756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF756B

Black with #DF756B

Text Example


Text Example

White with #DF756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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