Html Css Color HEX #D1A38D Rose

📋 copy color: '#D1A38D'

red 209 ◦ green 163 ◦ blue 141

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

Shades of Rose #D1A38D

Tints of Rose #D1A38D

RGB

 RED value IS 209 (82.03% from 255) = 40.74%

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

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

R = 40.74%
G = 31.77%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1A38D (or 0xD1A38D) is known color: Rose. HEX triplet: D1, A3 and 8D. RGB value is (209,163,141). Sum of RGB (Red+Green+Blue) = 209+163+141=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A38D is #2E5C72. Grayscale: #AEAEAE. Windows color (decimal): -3038323 or 9282513. OLE color: 9282513.

HSL color Cylindrical-coordinate representation of color #D1A38D: hue angle of 19.41º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A38D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 163 141 -
CMYK 0 0.22 0.33 0.18
HSL 19.41º 0.43% 0.69% -
HSV(B) 19.41º 0.33% 0.82% -
XYZ 44.2 41.67 30.91 -
YUV 174.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 209 163 141 0 0.22 0.33 0.18 19.41 0.43 0.69
Hex D1 A3 8D 0 16 21 12 13 2A 45
Octal 321 243 215 0 26 41 22 23 52 105
Binary 11010001 10100011 10001101 0 10110 100001 10010 10011 101010 1000101

Color Harmonies of #D1A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A38D

Black with #D1A38D

Text Example


Text Example

White with #D1A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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