Html Css Color HEX #D9746C Geraldine

📋 copy color: '#D9746C'

red 217 ◦ green 116 ◦ blue 108

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

Shades of Geraldine #D9746C

Tints of Geraldine #D9746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 49.21%
G = 26.3%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9746C (or 0xD9746C) is known color: Geraldine. HEX triplet: D9, 74 and 6C. RGB value is (217,116,108). Sum of RGB (Red+Green+Blue) = 217+116+108=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9746C is #268B93. Grayscale: #919191. Windows color (decimal): -2526100 or 7107801. OLE color: 7107801.

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

Color convert

RGB 217 116 108 -
CMYK 0 0.47 0.50 0.15
HSL 4.4º 0.59% 0.64% -
HSV(B) 4.4º 0.5% 0.85% -
XYZ 37.57 28.33 17.67 -
YUV 145.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 217 116 108 0 0.47 0.50 0.15 4.4 0.59 0.64
Hex D9 74 6C 0 2F 32 F 4 3B 40
Octal 331 164 154 0 57 62 17 4 73 100
Binary 11011001 1110100 1101100 0 101111 110010 1111 100 111011 1000000

Color Harmonies of #D9746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9746C

Black with #D9746C

Text Example


Text Example

White with #D9746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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