Html Css Color HEX #D6A090 Rose

📋 copy color: '#D6A090'

red 214 ◦ green 160 ◦ blue 144

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

Shades of Rose #D6A090

Tints of Rose #D6A090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.89%

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

R = 41.31%
G = 30.89%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6A090 (or 0xD6A090) is known color: Rose. HEX triplet: D6, A0 and 90. RGB value is (214,160,144). Sum of RGB (Red+Green+Blue) = 214+160+144=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A090 is #295F6F. Grayscale: #AEAEAE. Windows color (decimal): -2711408 or 9478358. OLE color: 9478358.

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

Color convert

RGB 214 160 144 -
CMYK 0 0.25 0.33 0.16
HSL 13.71º 0.46% 0.7% -
HSV(B) 13.71º 0.33% 0.84% -
XYZ 45.34 41.45 32 -
YUV 174.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 214 160 144 0 0.25 0.33 0.16 13.71 0.46 0.7
Hex D6 A0 90 0 19 21 10 E 2E 46
Octal 326 240 220 0 31 41 20 16 56 106
Binary 11010110 10100000 10010000 0 11001 100001 10000 1110 101110 1000110

Color Harmonies of #D6A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A090

Black with #D6A090

Text Example


Text Example

White with #D6A090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A090; }

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

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

background-color css

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

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

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

border-color css

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

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

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