Html Css Color HEX #D86F6D Geraldine

📋 copy color: '#D86F6D'

red 216 ◦ green 111 ◦ blue 109

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

Shades of Geraldine #D86F6D

Tints of Geraldine #D86F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

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

R = 49.54%
G = 25.46%
B = 25%

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

#D86F6D (or 0xD86F6D) is known color: Geraldine. HEX triplet: D8, 6F and 6D. RGB value is (216,111,109). Sum of RGB (Red+Green+Blue) = 216+111+109=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F6D is #279092. Grayscale: #8E8E8E. Windows color (decimal): -2592915 or 7172056. OLE color: 7172056.

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

Color convert

RGB 216 111 109 -
CMYK 0 0.49 0.50 0.15
HSL 1.12º 0.58% 0.64% -
HSV(B) 1.12º 0.5% 0.85% -
XYZ 36.76 27.07 17.76 -
YUV 142.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 216 111 109 0 0.49 0.50 0.15 1.12 0.58 0.64
Hex D8 6F 6D 0 31 32 F 1 3A 40
Octal 330 157 155 0 61 62 17 1 72 100
Binary 11011000 1101111 1101101 0 110001 110010 1111 1 111010 1000000

Color Harmonies of #D86F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F6D

Black with #D86F6D

Text Example


Text Example

White with #D86F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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