Html Css Color HEX #DF746A Geraldine

📋 copy color: '#DF746A'

red 223 ◦ green 116 ◦ blue 106

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

Shades of Geraldine #DF746A

Tints of Geraldine #DF746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 50.11%
G = 26.07%
B = 23.82%

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

#DF746A (or 0xDF746A) is known color: Geraldine. HEX triplet: DF, 74 and 6A. RGB value is (223,116,106). Sum of RGB (Red+Green+Blue) = 223+116+106=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF746A is #208B95. Grayscale: #929292. Windows color (decimal): -2132886 or 6976735. OLE color: 6976735.

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

Color convert

RGB 223 116 106 -
CMYK 0 0.48 0.52 0.13
HSL 5.13º 0.65% 0.65% -
HSV(B) 5.13º 0.52% 0.87% -
XYZ 39.28 29.22 17.21 -
YUV 146.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 223 116 106 0 0.48 0.52 0.13 5.13 0.65 0.65
Hex DF 74 6A 0 30 34 D 5 41 41
Octal 337 164 152 0 60 64 15 5 101 101
Binary 11011111 1110100 1101010 0 110000 110100 1101 101 1000001 1000001

Color Harmonies of #DF746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF746A

Black with #DF746A

Text Example


Text Example

White with #DF746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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