Html Css Color HEX #DF746D Geraldine

📋 copy color: '#DF746D'

red 223 ◦ green 116 ◦ blue 109

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

Shades of Geraldine #DF746D

Tints of Geraldine #DF746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.89%

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

R = 49.78%
G = 25.89%
B = 24.33%

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

#DF746D (or 0xDF746D) is known color: Geraldine. HEX triplet: DF, 74 and 6D. RGB value is (223,116,109). Sum of RGB (Red+Green+Blue) = 223+116+109=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF746D is #208B92. Grayscale: #939393. Windows color (decimal): -2132883 or 7173343. OLE color: 7173343.

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

Color convert

RGB 223 116 109 -
CMYK 0 0.48 0.51 0.13
HSL 3.68º 0.64% 0.65% -
HSV(B) 3.68º 0.51% 0.87% -
XYZ 39.44 29.28 18.04 -
YUV 147.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 223 116 109 0 0.48 0.51 0.13 3.68 0.64 0.65
Hex DF 74 6D 0 30 33 D 4 40 41
Octal 337 164 155 0 60 63 15 4 100 101
Binary 11011111 1110100 1101101 0 110000 110011 1101 100 1000000 1000001

Color Harmonies of #DF746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF746D

Black with #DF746D

Text Example


Text Example

White with #DF746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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