Html Css Color HEX #DE706E Geraldine

📋 copy color: '#DE706E'

red 222 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #DE706E

Tints of Geraldine #DE706E

RGB

 RED value IS 222 (87.11% from 255) = 50%

 GREEN value IS 112 (44.14% from 255) = 25.23%

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 50%
G = 25.23%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE706E (or 0xDE706E) is known color: Geraldine. HEX triplet: DE, 70 and 6E. RGB value is (222,112,110). Sum of RGB (Red+Green+Blue) = 222+112+110=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE706E is #218F91. Grayscale: #909090. Windows color (decimal): -2199442 or 7237854. OLE color: 7237854.

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

Color convert

RGB 222 112 110 -
CMYK 0 0.50 0.50 0.13
HSL 1.07º 0.63% 0.65% -
HSV(B) 1.07º 0.5% 0.87% -
XYZ 38.73 28.24 18.16 -
YUV 144.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 222 112 110 0 0.50 0.50 0.13 1.07 0.63 0.65
Hex DE 70 6E 0 32 32 D 1 3F 41
Octal 336 160 156 0 62 62 15 1 77 101
Binary 11011110 1110000 1101110 0 110010 110010 1101 1 111111 1000001

Color Harmonies of #DE706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE706E

Black with #DE706E

Text Example


Text Example

White with #DE706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE706E; }

 p { color: rgb(222,112,110); }

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

background-color css

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

 a { background-color: rgb(222,112,110); }

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

border-color css

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

 span { border-color: rgb(222,112,110); }

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