Html Css Color HEX #D6A18B Rose

📋 copy color: '#D6A18B'

red 214 ◦ green 161 ◦ blue 139

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

Shades of Rose #D6A18B

Tints of Rose #D6A18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.04%

R = 41.63%
G = 31.32%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6A18B (or 0xD6A18B) is known color: Rose. HEX triplet: D6, A1 and 8B. RGB value is (214,161,139). Sum of RGB (Red+Green+Blue) = 214+161+139=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A18B is #295E74. Grayscale: #AEAEAE. Windows color (decimal): -2711157 or 9150934. OLE color: 9150934.

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

Color convert

RGB 214 161 139 -
CMYK 0 0.25 0.35 0.16
HSL 17.6º 0.48% 0.69% -
HSV(B) 17.6º 0.35% 0.84% -
XYZ 45.14 41.65 30.09 -
YUV 174.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 214 161 139 0 0.25 0.35 0.16 17.6 0.48 0.69
Hex D6 A1 8B 0 19 23 10 12 30 45
Octal 326 241 213 0 31 43 20 22 60 105
Binary 11010110 10100001 10001011 0 11001 100011 10000 10010 110000 1000101

Color Harmonies of #D6A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A18B

Black with #D6A18B

Text Example


Text Example

White with #D6A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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