Html Css Color HEX #DF7670 Geraldine

📋 copy color: '#DF7670'

red 223 ◦ green 118 ◦ blue 112

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

Shades of Geraldine #DF7670

Tints of Geraldine #DF7670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 49.23%
G = 26.05%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF7670 (or 0xDF7670) is known color: Geraldine. HEX triplet: DF, 76 and 70. RGB value is (223,118,112). Sum of RGB (Red+Green+Blue) = 223+118+112=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7670 is #20898F. Grayscale: #949494. Windows color (decimal): -2132368 or 7370463. OLE color: 7370463.

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

Color convert

RGB 223 118 112 -
CMYK 0 0.47 0.50 0.13
HSL 3.24º 0.63% 0.66% -
HSV(B) 3.24º 0.5% 0.87% -
XYZ 39.83 29.81 18.98 -
YUV 148.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 223 118 112 0 0.47 0.50 0.13 3.24 0.63 0.66
Hex DF 76 70 0 2F 32 D 3 3F 42
Octal 337 166 160 0 57 62 15 3 77 102
Binary 11011111 1110110 1110000 0 101111 110010 1101 11 111111 1000010

Color Harmonies of #DF7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7670

Black with #DF7670

Text Example


Text Example

White with #DF7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7670; }

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

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

background-color css

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

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

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

border-color css

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

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

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