Html Css Color HEX #D6A18D Rose

📋 copy color: '#D6A18D'

red 214 ◦ green 161 ◦ blue 141

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

Shades of Rose #D6A18D

Tints of Rose #D6A18D

RGB

 RED value IS 214 (83.98% from 255) = 41.47%

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

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

R = 41.47%
G = 31.2%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6A18D (or 0xD6A18D) is known color: Rose. HEX triplet: D6, A1 and 8D. RGB value is (214,161,141). Sum of RGB (Red+Green+Blue) = 214+161+141=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A18D is #295E72. Grayscale: #AEAEAE. Windows color (decimal): -2711155 or 9282006. OLE color: 9282006.

HSL color Cylindrical-coordinate representation of color #D6A18D: hue angle of 16.44º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6A18D is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 141 -
CMYK 0 0.25 0.34 0.16
HSL 16.44º 0.47% 0.7% -
HSV(B) 16.44º 0.34% 0.84% -
XYZ 45.28 41.71 30.86 -
YUV 174.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 214 161 141 0 0.25 0.34 0.16 16.44 0.47 0.7
Hex D6 A1 8D 0 19 22 10 10 2F 46
Octal 326 241 215 0 31 42 20 20 57 106
Binary 11010110 10100001 10001101 0 11001 100010 10000 10000 101111 1000110

Color Harmonies of #D6A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A18D

Black with #D6A18D

Text Example


Text Example

White with #D6A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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