Html Css Color HEX #DF7B74 Geraldine

📋 copy color: '#DF7B74'

red 223 ◦ green 123 ◦ blue 116

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

Shades of Geraldine #DF7B74

Tints of Geraldine #DF7B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 48.27%
G = 26.62%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7B74 (or 0xDF7B74) is known color: Geraldine. HEX triplet: DF, 7B and 74. RGB value is (223,123,116). Sum of RGB (Red+Green+Blue) = 223+123+116=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B74 is #20848B. Grayscale: #989898. Windows color (decimal): -2131084 or 7633887. OLE color: 7633887.

HSL color Cylindrical-coordinate representation of color #DF7B74: hue angle of 3.93º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7B74 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 123 116 -
CMYK 0 0.45 0.48 0.13
HSL 3.93º 0.63% 0.66% -
HSV(B) 3.93º 0.48% 0.87% -
XYZ 40.67 31.11 20.39 -
YUV 152.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 223 123 116 0 0.45 0.48 0.13 3.93 0.63 0.66
Hex DF 7B 74 0 2D 30 D 4 3F 42
Octal 337 173 164 0 55 60 15 4 77 102
Binary 11011111 1111011 1110100 0 101101 110000 1101 100 111111 1000010

Color Harmonies of #DF7B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B74

Black with #DF7B74

Text Example


Text Example

White with #DF7B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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