Html Css Color HEX #D7706C Geraldine

📋 copy color: '#D7706C'

red 215 ◦ green 112 ◦ blue 108

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

Shades of Geraldine #D7706C

Tints of Geraldine #D7706C

RGB

 RED value IS 215 (84.38% from 255) = 49.43%

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

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

R = 49.43%
G = 25.75%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7706C (or 0xD7706C) is known color: Geraldine. HEX triplet: D7, 70 and 6C. RGB value is (215,112,108). Sum of RGB (Red+Green+Blue) = 215+112+108=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7706C is #288F93. Grayscale: #8E8E8E. Windows color (decimal): -2658196 or 7106775. OLE color: 7106775.

HSL color Cylindrical-coordinate representation of color #D7706C: hue angle of 2.24º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7706C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 108 -
CMYK 0 0.48 0.50 0.16
HSL 2.24º 0.57% 0.63% -
HSV(B) 2.24º 0.5% 0.84% -
XYZ 36.53 27.12 17.5 -
YUV 142.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 215 112 108 0 0.48 0.50 0.16 2.24 0.57 0.63
Hex D7 70 6C 0 30 32 10 2 39 3F
Octal 327 160 154 0 60 62 20 2 71 77
Binary 11010111 1110000 1101100 0 110000 110010 10000 10 111001 111111

Color Harmonies of #D7706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7706C

Black with #D7706C

Text Example


Text Example

White with #D7706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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