Html Css Color HEX #DE766D Geraldine

📋 copy color: '#DE766D'

red 222 ◦ green 118 ◦ blue 109

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

Shades of Geraldine #DE766D

Tints of Geraldine #DE766D

RGB

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

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

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

R = 49.44%
G = 26.28%
B = 24.28%

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

#DE766D (or 0xDE766D) is known color: Geraldine. HEX triplet: DE, 76 and 6D. RGB value is (222,118,109). Sum of RGB (Red+Green+Blue) = 222+118+109=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE766D is #218992. Grayscale: #949494. Windows color (decimal): -2197907 or 7173854. OLE color: 7173854.

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

Color convert

RGB 222 118 109 -
CMYK 0 0.47 0.51 0.13
HSL 4.78º 0.63% 0.65% -
HSV(B) 4.78º 0.51% 0.87% -
XYZ 39.36 29.59 18.1 -
YUV 148.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 222 118 109 0 0.47 0.51 0.13 4.78 0.63 0.65
Hex DE 76 6D 0 2F 33 D 5 3F 41
Octal 336 166 155 0 57 63 15 5 77 101
Binary 11011110 1110110 1101101 0 101111 110011 1101 101 111111 1000001

Color Harmonies of #DE766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE766D

Black with #DE766D

Text Example


Text Example

White with #DE766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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