Html Css Color HEX #DE716C Geraldine

📋 copy color: '#DE716C'

red 222 ◦ green 113 ◦ blue 108

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

Shades of Geraldine #DE716C

Tints of Geraldine #DE716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.51%

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

R = 50.11%
G = 25.51%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE716C (or 0xDE716C) is known color: Geraldine. HEX triplet: DE, 71 and 6C. RGB value is (222,113,108). Sum of RGB (Red+Green+Blue) = 222+113+108=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE716C is #218E93. Grayscale: #919191. Windows color (decimal): -2199188 or 7107038. OLE color: 7107038.

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

Color convert

RGB 222 113 108 -
CMYK 0 0.49 0.51 0.13
HSL 2.63º 0.63% 0.65% -
HSV(B) 2.63º 0.51% 0.87% -
XYZ 38.74 28.42 17.63 -
YUV 145.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 222 113 108 0 0.49 0.51 0.13 2.63 0.63 0.65
Hex DE 71 6C 0 31 33 D 3 3F 41
Octal 336 161 154 0 61 63 15 3 77 101
Binary 11011110 1110001 1101100 0 110001 110011 1101 11 111111 1000001

Color Harmonies of #DE716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE716C

Black with #DE716C

Text Example


Text Example

White with #DE716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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