Html Css Color HEX #D0A690 Rose

📋 copy color: '#D0A690'

red 208 ◦ green 166 ◦ blue 144

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

Shades of Rose #D0A690

Tints of Rose #D0A690

RGB

 RED value IS 208 (81.64% from 255) = 40.15%

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

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

R = 40.15%
G = 32.05%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0A690 (or 0xD0A690) is known color: Rose. HEX triplet: D0, A6 and 90. RGB value is (208,166,144). Sum of RGB (Red+Green+Blue) = 208+166+144=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A690 is #2F596F. Grayscale: #B0B0B0. Windows color (decimal): -3103088 or 9479888. OLE color: 9479888.

HSL color Cylindrical-coordinate representation of color #D0A690: hue angle of 20.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A690 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 144 -
CMYK 0 0.20 0.31 0.18
HSL 20.63º 0.41% 0.69% -
HSV(B) 20.63º 0.31% 0.82% -
XYZ 44.68 42.7 32.27 -
YUV 176.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 208 166 144 0 0.20 0.31 0.18 20.63 0.41 0.69
Hex D0 A6 90 0 14 1F 12 15 29 45
Octal 320 246 220 0 24 37 22 25 51 105
Binary 11010000 10100110 10010000 0 10100 11111 10010 10101 101001 1000101

Color Harmonies of #D0A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A690

Black with #D0A690

Text Example


Text Example

White with #D0A690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A690; }

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

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

background-color css

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

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

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

border-color css

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

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

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