Html Css Color HEX #D6A49B Rose

📋 copy color: '#D6A49B'

red 214 ◦ green 164 ◦ blue 155

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

Shades of Rose #D6A49B

Tints of Rose #D6A49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.77%

 BLUE value IS 155 (60.94% from 255) = 29.08%

R = 40.15%
G = 30.77%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6A49B (or 0xD6A49B) is known color: Rose. HEX triplet: D6, A4 and 9B. RGB value is (214,164,155). Sum of RGB (Red+Green+Blue) = 214+164+155=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A49B is #295B64. Grayscale: #B2B2B2. Windows color (decimal): -2710373 or 10200278. OLE color: 10200278.

HSL color Cylindrical-coordinate representation of color #D6A49B: hue angle of 9.15º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A49B is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 155 -
CMYK 0 0.23 0.28 0.16
HSL 9.15º 0.42% 0.72% -
HSV(B) 9.15º 0.28% 0.84% -
XYZ 46.92 43.21 36.88 -
YUV 177.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 214 164 155 0 0.23 0.28 0.16 9.15 0.42 0.72
Hex D6 A4 9B 0 17 1C 10 9 2A 48
Octal 326 244 233 0 27 34 20 11 52 110
Binary 11010110 10100100 10011011 0 10111 11100 10000 1001 101010 1001000

Color Harmonies of #D6A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A49B

Black with #D6A49B

Text Example


Text Example

White with #D6A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A49B; }

 p { color: rgb(214,164,155); }

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

background-color css

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

 a { background-color: rgb(214,164,155); }

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

border-color css

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

 span { border-color: rgb(214,164,155); }

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