Html Css Color HEX #D9706C Geraldine

📋 copy color: '#D9706C'

red 217 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #D9706C

Tints of Geraldine #D9706C

RGB

 RED value IS 217 (85.16% from 255) = 49.66%

 GREEN value IS 112 (44.14% from 255) = 25.63%

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

R = 49.66%
G = 25.63%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9706C (or 0xD9706C) is known color: Geraldine. HEX triplet: D9, 70 and 6C. RGB value is (217,112,108). Sum of RGB (Red+Green+Blue) = 217+112+108=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9706C is #268F93. Grayscale: #8F8F8F. Windows color (decimal): -2527124 or 7106777. OLE color: 7106777.

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

Color convert

RGB 217 112 108 -
CMYK 0 0.48 0.50 0.15
HSL 2.2º 0.59% 0.64% -
HSV(B) 2.2º 0.5% 0.85% -
XYZ 37.12 27.42 17.52 -
YUV 142.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 217 112 108 0 0.48 0.50 0.15 2.2 0.59 0.64
Hex D9 70 6C 0 30 32 F 2 3B 40
Octal 331 160 154 0 60 62 17 2 73 100
Binary 11011001 1110000 1101100 0 110000 110010 1111 10 111011 1000000

Color Harmonies of #D9706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9706C

Black with #D9706C

Text Example


Text Example

White with #D9706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9706C; }

 p { color: rgb(217,112,108); }

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

background-color css

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

 a { background-color: rgb(217,112,108); }

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

border-color css

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

 span { border-color: rgb(217,112,108); }

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