Html Css Color HEX #D6A690 Rose

📋 copy color: '#D6A690'

red 214 ◦ green 166 ◦ blue 144

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

Shades of Rose #D6A690

Tints of Rose #D6A690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 40.84%
G = 31.68%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6A690 (or 0xD6A690) is known color: Rose. HEX triplet: D6, A6 and 90. RGB value is (214,166,144). Sum of RGB (Red+Green+Blue) = 214+166+144=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A690 is #29596F. Grayscale: #B1B1B1. Windows color (decimal): -2709872 or 9479894. OLE color: 9479894.

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

Color convert

RGB 214 166 144 -
CMYK 0 0.22 0.33 0.16
HSL 18.86º 0.46% 0.7% -
HSV(B) 18.86º 0.33% 0.84% -
XYZ 46.4 43.58 32.35 -
YUV 177.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 214 166 144 0 0.22 0.33 0.16 18.86 0.46 0.7
Hex D6 A6 90 0 16 21 10 13 2E 46
Octal 326 246 220 0 26 41 20 23 56 106
Binary 11010110 10100110 10010000 0 10110 100001 10000 10011 101110 1000110

Color Harmonies of #D6A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A690

Black with #D6A690

Text Example


Text Example

White with #D6A690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A690; }

 p { color: rgb(214,166,144); }

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

background-color css

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

 a { background-color: rgb(214,166,144); }

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

border-color css

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

 span { border-color: rgb(214,166,144); }

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