Html Css Color HEX #DF746F Geraldine

📋 copy color: '#DF746F'

red 223 ◦ green 116 ◦ blue 111

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

Shades of Geraldine #DF746F

Tints of Geraldine #DF746F

RGB

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

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

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

R = 49.56%
G = 25.78%
B = 24.67%

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

#DF746F (or 0xDF746F) is known color: Geraldine. HEX triplet: DF, 74 and 6F. RGB value is (223,116,111). Sum of RGB (Red+Green+Blue) = 223+116+111=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF746F is #208B90. Grayscale: #939393. Windows color (decimal): -2132881 or 7304415. OLE color: 7304415.

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

Color convert

RGB 223 116 111 -
CMYK 0 0.48 0.50 0.13
HSL 2.68º 0.64% 0.65% -
HSV(B) 2.68º 0.5% 0.87% -
XYZ 39.55 29.33 18.62 -
YUV 147.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 223 116 111 0 0.48 0.50 0.13 2.68 0.64 0.65
Hex DF 74 6F 0 30 32 D 3 40 41
Octal 337 164 157 0 60 62 15 3 100 101
Binary 11011111 1110100 1101111 0 110000 110010 1101 11 1000000 1000001

Color Harmonies of #DF746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF746F

Black with #DF746F

Text Example


Text Example

White with #DF746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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