Html Css Color HEX #D6A19A Rose

📋 copy color: '#D6A19A'

red 214 ◦ green 161 ◦ blue 154

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

Shades of Rose #D6A19A

Tints of Rose #D6A19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.11%

R = 40.45%
G = 30.43%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6A19A (or 0xD6A19A) is known color: Rose. HEX triplet: D6, A1 and 9A. RGB value is (214,161,154). Sum of RGB (Red+Green+Blue) = 214+161+154=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A19A is #295E65. Grayscale: #B0B0B0. Windows color (decimal): -2711142 or 10133974. OLE color: 10133974.

HSL color Cylindrical-coordinate representation of color #D6A19A: hue angle of 7º 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 #D6A19A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 154 -
CMYK 0 0.25 0.28 0.16
HSL 0.42% 0.72% -
HSV(B) 0.28% 0.84% -
XYZ 46.31 42.12 36.26 -
YUV 176.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 214 161 154 0 0.25 0.28 0.16 7 0.42 0.72
Hex D6 A1 9A 0 19 1C 10 7 2A 48
Octal 326 241 232 0 31 34 20 7 52 110
Binary 11010110 10100001 10011010 0 11001 11100 10000 111 101010 1001000

Color Harmonies of #D6A19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A19A

Black with #D6A19A

Text Example


Text Example

White with #D6A19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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