Html Css Color HEX #D9746F Geraldine

📋 copy color: '#D9746F'

red 217 ◦ green 116 ◦ blue 111

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

Shades of Geraldine #D9746F

Tints of Geraldine #D9746F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25%

R = 48.87%
G = 26.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9746F (or 0xD9746F) is known color: Geraldine. HEX triplet: D9, 74 and 6F. RGB value is (217,116,111). Sum of RGB (Red+Green+Blue) = 217+116+111=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9746F is #268B90. Grayscale: #919191. Windows color (decimal): -2526097 or 7304409. OLE color: 7304409.

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

Color convert

RGB 217 116 111 -
CMYK 0 0.47 0.49 0.15
HSL 2.83º 0.58% 0.64% -
HSV(B) 2.83º 0.49% 0.85% -
XYZ 37.73 28.39 18.53 -
YUV 145.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 217 116 111 0 0.47 0.49 0.15 2.83 0.58 0.64
Hex D9 74 6F 0 2F 31 F 3 3A 40
Octal 331 164 157 0 57 61 17 3 72 100
Binary 11011001 1110100 1101111 0 101111 110001 1111 11 111010 1000000

Color Harmonies of #D9746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9746F

Black with #D9746F

Text Example


Text Example

White with #D9746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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