Html Css Color HEX #D9746D Geraldine

📋 copy color: '#D9746D'

red 217 ◦ green 116 ◦ blue 109

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

Shades of Geraldine #D9746D

Tints of Geraldine #D9746D

RGB

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

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

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

R = 49.1%
G = 26.24%
B = 24.66%

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

#D9746D (or 0xD9746D) is known color: Geraldine. HEX triplet: D9, 74 and 6D. RGB value is (217,116,109). Sum of RGB (Red+Green+Blue) = 217+116+109=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9746D is #268B92. Grayscale: #919191. Windows color (decimal): -2526099 or 7173337. OLE color: 7173337.

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

Color convert

RGB 217 116 109 -
CMYK 0 0.47 0.50 0.15
HSL 3.89º 0.59% 0.64% -
HSV(B) 3.89º 0.5% 0.85% -
XYZ 37.62 28.35 17.96 -
YUV 145.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 217 116 109 0 0.47 0.50 0.15 3.89 0.59 0.64
Hex D9 74 6D 0 2F 32 F 4 3B 40
Octal 331 164 155 0 57 62 17 4 73 100
Binary 11011001 1110100 1101101 0 101111 110010 1111 100 111011 1000000

Color Harmonies of #D9746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9746D

Black with #D9746D

Text Example


Text Example

White with #D9746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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