Html Css Color HEX #D6A490 Rose

📋 copy color: '#D6A490'

red 214 ◦ green 164 ◦ blue 144

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

Shades of Rose #D6A490

Tints of Rose #D6A490

RGB

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

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

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

R = 41%
G = 31.42%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6A490 (or 0xD6A490) is known color: Rose. HEX triplet: D6, A4 and 90. RGB value is (214,164,144). Sum of RGB (Red+Green+Blue) = 214+164+144=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A490 is #295B6F. Grayscale: #B0B0B0. Windows color (decimal): -2710384 or 9479382. OLE color: 9479382.

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

Color convert

RGB 214 164 144 -
CMYK 0 0.23 0.33 0.16
HSL 17.14º 0.46% 0.7% -
HSV(B) 17.14º 0.33% 0.84% -
XYZ 46.04 42.86 32.23 -
YUV 176.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 214 164 144 0 0.23 0.33 0.16 17.14 0.46 0.7
Hex D6 A4 90 0 17 21 10 11 2E 46
Octal 326 244 220 0 27 41 20 21 56 106
Binary 11010110 10100100 10010000 0 10111 100001 10000 10001 101110 1000110

Color Harmonies of #D6A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A490

Black with #D6A490

Text Example


Text Example

White with #D6A490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A490; }

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

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

background-color css

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

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

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

border-color css

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

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

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