Html Css Color HEX #D8A690 Rose

📋 copy color: '#D8A690'

red 216 ◦ green 166 ◦ blue 144

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

Shades of Rose #D8A690

Tints of Rose #D8A690

RGB

 RED value IS 216 (84.77% from 255) = 41.06%

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

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

R = 41.06%
G = 31.56%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8A690 (or 0xD8A690) is known color: Rose. HEX triplet: D8, A6 and 90. RGB value is (216,166,144). Sum of RGB (Red+Green+Blue) = 216+166+144=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A690 is #27596F. Grayscale: #B2B2B2. Windows color (decimal): -2578800 or 9479896. OLE color: 9479896.

HSL color Cylindrical-coordinate representation of color #D8A690: hue angle of 18.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8A690 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 144 -
CMYK 0 0.23 0.33 0.15
HSL 18.33º 0.48% 0.71% -
HSV(B) 18.33º 0.33% 0.85% -
XYZ 46.99 43.88 32.38 -
YUV 178.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 216 166 144 0 0.23 0.33 0.15 18.33 0.48 0.71
Hex D8 A6 90 0 17 21 F 12 30 47
Octal 330 246 220 0 27 41 17 22 60 107
Binary 11011000 10100110 10010000 0 10111 100001 1111 10010 110000 1000111

Color Harmonies of #D8A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A690

Black with #D8A690

Text Example


Text Example

White with #D8A690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A690; }

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

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

background-color css

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

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

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

border-color css

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

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

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