Html Css Color HEX #D2A18D Rose

📋 copy color: '#D2A18D'

red 210 ◦ green 161 ◦ blue 141

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

Shades of Rose #D2A18D

Tints of Rose #D2A18D

RGB

 RED value IS 210 (82.42% from 255) = 41.02%

 GREEN value IS 161 (63.28% from 255) = 31.45%

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

R = 41.02%
G = 31.45%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2A18D (or 0xD2A18D) is known color: Rose. HEX triplet: D2, A1 and 8D. RGB value is (210,161,141). Sum of RGB (Red+Green+Blue) = 210+161+141=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A18D is #2D5E72. Grayscale: #ADADAD. Windows color (decimal): -2973299 or 9282002. OLE color: 9282002.

HSL color Cylindrical-coordinate representation of color #D2A18D: hue angle of 17.39º 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 #D2A18D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 161 141 -
CMYK 0 0.23 0.33 0.18
HSL 17.39º 0.43% 0.69% -
HSV(B) 17.39º 0.33% 0.82% -
XYZ 44.13 41.11 30.81 -
YUV 173.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 210 161 141 0 0.23 0.33 0.18 17.39 0.43 0.69
Hex D2 A1 8D 0 17 21 12 11 2B 45
Octal 322 241 215 0 27 41 22 21 53 105
Binary 11010010 10100001 10001101 0 10111 100001 10010 10001 101011 1000101

Color Harmonies of #D2A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A18D

Black with #D2A18D

Text Example


Text Example

White with #D2A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A18D; }

 p { color: rgb(210,161,141); }

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

background-color css

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

 a { background-color: rgb(210,161,141); }

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

border-color css

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

 span { border-color: rgb(210,161,141); }

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