Html Css Color HEX #D9A38D Rose

📋 copy color: '#D9A38D'

red 217 ◦ green 163 ◦ blue 141

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

Shades of Rose #D9A38D

Tints of Rose #D9A38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.29%

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 41.65%
G = 31.29%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9A38D (or 0xD9A38D) is known color: Rose. HEX triplet: D9, A3 and 8D. RGB value is (217,163,141). Sum of RGB (Red+Green+Blue) = 217+163+141=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A38D is #265C72. Grayscale: #B0B0B0. Windows color (decimal): -2514035 or 9282521. OLE color: 9282521.

HSL color Cylindrical-coordinate representation of color #D9A38D: hue angle of 17.37º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9A38D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 141 -
CMYK 0 0.25 0.35 0.15
HSL 17.37º 0.5% 0.7% -
HSV(B) 17.37º 0.35% 0.85% -
XYZ 46.52 42.87 31.02 -
YUV 176.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 217 163 141 0 0.25 0.35 0.15 17.37 0.5 0.7
Hex D9 A3 8D 0 19 23 F 11 32 46
Octal 331 243 215 0 31 43 17 21 62 106
Binary 11011001 10100011 10001101 0 11001 100011 1111 10001 110010 1000110

Color Harmonies of #D9A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A38D

Black with #D9A38D

Text Example


Text Example

White with #D9A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A38D; }

 p { color: rgb(217,163,141); }

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

background-color css

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

 a { background-color: rgb(217,163,141); }

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

border-color css

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

 span { border-color: rgb(217,163,141); }

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