Html Css Color HEX #DF7674 Geraldine

📋 copy color: '#DF7674'

red 223 ◦ green 118 ◦ blue 116

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

Shades of Geraldine #DF7674

Tints of Geraldine #DF7674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

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

R = 48.8%
G = 25.82%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7674 (or 0xDF7674) is known color: Geraldine. HEX triplet: DF, 76 and 74. RGB value is (223,118,116). Sum of RGB (Red+Green+Blue) = 223+118+116=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7674 is #20898B. Grayscale: #959595. Windows color (decimal): -2132364 or 7632607. OLE color: 7632607.

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

Color convert

RGB 223 118 116 -
CMYK 0 0.47 0.48 0.13
HSL 1.12º 0.63% 0.66% -
HSV(B) 1.12º 0.48% 0.87% -
XYZ 40.06 29.91 20.18 -
YUV 149.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 223 118 116 0 0.47 0.48 0.13 1.12 0.63 0.66
Hex DF 76 74 0 2F 30 D 1 3F 42
Octal 337 166 164 0 57 60 15 1 77 102
Binary 11011111 1110110 1110100 0 101111 110000 1101 1 111111 1000010

Color Harmonies of #DF7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7674

Black with #DF7674

Text Example


Text Example

White with #DF7674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7674; }

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

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

background-color css

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

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

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

border-color css

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

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

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