Html Css Color HEX #DE706C Geraldine

📋 copy color: '#DE706C'

red 222 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #DE706C

Tints of Geraldine #DE706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 50.23%
G = 25.34%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE706C (or 0xDE706C) is known color: Geraldine. HEX triplet: DE, 70 and 6C. RGB value is (222,112,108). Sum of RGB (Red+Green+Blue) = 222+112+108=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE706C is #218F93. Grayscale: #909090. Windows color (decimal): -2199444 or 7106782. OLE color: 7106782.

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

Color convert

RGB 222 112 108 -
CMYK 0 0.50 0.51 0.13
HSL 2.11º 0.63% 0.65% -
HSV(B) 2.11º 0.51% 0.87% -
XYZ 38.63 28.2 17.59 -
YUV 144.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 222 112 108 0 0.50 0.51 0.13 2.11 0.63 0.65
Hex DE 70 6C 0 32 33 D 2 3F 41
Octal 336 160 154 0 62 63 15 2 77 101
Binary 11011110 1110000 1101100 0 110010 110011 1101 10 111111 1000001

Color Harmonies of #DE706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE706C

Black with #DE706C

Text Example


Text Example

White with #DE706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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