Html Css Color HEX #DE706D Geraldine

📋 copy color: '#DE706D'

red 222 ◦ green 112 ◦ blue 109

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

Shades of Geraldine #DE706D

Tints of Geraldine #DE706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 50.11%
G = 25.28%
B = 24.6%

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

#DE706D (or 0xDE706D) is known color: Geraldine. HEX triplet: DE, 70 and 6D. RGB value is (222,112,109). Sum of RGB (Red+Green+Blue) = 222+112+109=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE706D is #218F92. Grayscale: #909090. Windows color (decimal): -2199443 or 7172318. OLE color: 7172318.

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

Color convert

RGB 222 112 109 -
CMYK 0 0.50 0.51 0.13
HSL 1.59º 0.63% 0.65% -
HSV(B) 1.59º 0.51% 0.87% -
XYZ 38.68 28.22 17.88 -
YUV 144.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 222 112 109 0 0.50 0.51 0.13 1.59 0.63 0.65
Hex DE 70 6D 0 32 33 D 2 3F 41
Octal 336 160 155 0 62 63 15 2 77 101
Binary 11011110 1110000 1101101 0 110010 110011 1101 10 111111 1000001

Color Harmonies of #DE706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE706D

Black with #DE706D

Text Example


Text Example

White with #DE706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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