Html Css Color HEX #D86E6D Geraldine

📋 copy color: '#D86E6D'

red 216 ◦ green 110 ◦ blue 109

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

Shades of Geraldine #D86E6D

Tints of Geraldine #D86E6D

RGB

 RED value IS 216 (84.77% from 255) = 49.66%

 GREEN value IS 110 (43.36% from 255) = 25.29%

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

R = 49.66%
G = 25.29%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D86E6D (or 0xD86E6D) is known color: Geraldine. HEX triplet: D8, 6E and 6D. RGB value is (216,110,109). Sum of RGB (Red+Green+Blue) = 216+110+109=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E6D is #279192. Grayscale: #8D8D8D. Windows color (decimal): -2593171 or 7171800. OLE color: 7171800.

HSL color Cylindrical-coordinate representation of color #D86E6D: hue angle of 0.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86E6D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 110 109 -
CMYK 0 0.49 0.50 0.15
HSL 0.56º 0.58% 0.64% -
HSV(B) 0.56º 0.5% 0.85% -
XYZ 36.66 26.85 17.72 -
YUV 141.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 216 110 109 0 0.49 0.50 0.15 0.56 0.58 0.64
Hex D8 6E 6D 0 31 32 F 1 3A 40
Octal 330 156 155 0 61 62 17 1 72 100
Binary 11011000 1101110 1101101 0 110001 110010 1111 1 111010 1000000

Color Harmonies of #D86E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E6D

Black with #D86E6D

Text Example


Text Example

White with #D86E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E6D; }

 p { color: rgb(216,110,109); }

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

background-color css

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

 a { background-color: rgb(216,110,109); }

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

border-color css

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

 span { border-color: rgb(216,110,109); }

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