Html Css Color HEX #DE766C Geraldine

📋 copy color: '#DE766C'

red 222 ◦ green 118 ◦ blue 108

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

Shades of Geraldine #DE766C

Tints of Geraldine #DE766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.34%

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

R = 49.55%
G = 26.34%
B = 24.11%

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

#DE766C (or 0xDE766C) is known color: Geraldine. HEX triplet: DE, 76 and 6C. RGB value is (222,118,108). Sum of RGB (Red+Green+Blue) = 222+118+108=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE766C is #218993. Grayscale: #949494. Windows color (decimal): -2197908 or 7108318. OLE color: 7108318.

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

Color convert

RGB 222 118 108 -
CMYK 0 0.47 0.51 0.13
HSL 5.26º 0.63% 0.65% -
HSV(B) 5.26º 0.51% 0.87% -
XYZ 39.31 29.57 17.82 -
YUV 147.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 222 118 108 0 0.47 0.51 0.13 5.26 0.63 0.65
Hex DE 76 6C 0 2F 33 D 5 3F 41
Octal 336 166 154 0 57 63 15 5 77 101
Binary 11011110 1110110 1101100 0 101111 110011 1101 101 111111 1000001

Color Harmonies of #DE766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE766C

Black with #DE766C

Text Example


Text Example

White with #DE766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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