Html Css Color HEX #DE756C Geraldine

📋 copy color: '#DE756C'

red 222 ◦ green 117 ◦ blue 108

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

Shades of Geraldine #DE756C

Tints of Geraldine #DE756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

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

R = 49.66%
G = 26.17%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE756C (or 0xDE756C) is known color: Geraldine. HEX triplet: DE, 75 and 6C. RGB value is (222,117,108). Sum of RGB (Red+Green+Blue) = 222+117+108=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE756C is #218A93. Grayscale: #939393. Windows color (decimal): -2198164 or 7108062. OLE color: 7108062.

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

Color convert

RGB 222 117 108 -
CMYK 0 0.47 0.51 0.13
HSL 4.74º 0.63% 0.65% -
HSV(B) 4.74º 0.51% 0.87% -
XYZ 39.19 29.33 17.78 -
YUV 147.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 222 117 108 0 0.47 0.51 0.13 4.74 0.63 0.65
Hex DE 75 6C 0 2F 33 D 5 3F 41
Octal 336 165 154 0 57 63 15 5 77 101
Binary 11011110 1110101 1101100 0 101111 110011 1101 101 111111 1000001

Color Harmonies of #DE756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE756C

Black with #DE756C

Text Example


Text Example

White with #DE756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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