Html Css Color HEX #D9748A Charm

📋 copy color: '#D9748A'

red 217 ◦ green 116 ◦ blue 138

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

Shades of Charm #D9748A

Tints of Charm #D9748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.3%

R = 46.07%
G = 24.63%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9748A (or 0xD9748A) is known color: Charm. HEX triplet: D9, 74 and 8A. RGB value is (217,116,138). Sum of RGB (Red+Green+Blue) = 217+116+138=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9748A is #268B75. Grayscale: #949494. Windows color (decimal): -2526070 or 9073881. OLE color: 9073881.

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

Color convert

RGB 217 116 138 -
CMYK 0 0.47 0.36 0.15
HSL 346.93º 0.57% 0.65% -
HSV(B) 346.93º 0.47% 0.85% -
XYZ 39.45 29.08 27.58 -
YUV 148.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 217 116 138 0 0.47 0.36 0.15 346.93 0.57 0.65
Hex D9 74 8A 0 2F 24 F 15B 39 41
Octal 331 164 212 0 57 44 17 533 71 101
Binary 11011001 1110100 10001010 0 101111 100100 1111 101011011 111001 1000001

Color Harmonies of #D9748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9748A

Black with #D9748A

Text Example


Text Example

White with #D9748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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