Html Css Color HEX #D0A290 Rose

📋 copy color: '#D0A290'

red 208 ◦ green 162 ◦ blue 144

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

Shades of Rose #D0A290

Tints of Rose #D0A290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.52%

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

R = 40.47%
G = 31.52%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D0A290 (or 0xD0A290) is known color: Rose. HEX triplet: D0, A2 and 90. RGB value is (208,162,144). Sum of RGB (Red+Green+Blue) = 208+162+144=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A290 is #2F5D6F. Grayscale: #ADADAD. Windows color (decimal): -3104112 or 9478864. OLE color: 9478864.

HSL color Cylindrical-coordinate representation of color #D0A290: hue angle of 16.88º 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 #D0A290 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 162 144 -
CMYK 0 0.22 0.31 0.18
HSL 16.88º 0.41% 0.69% -
HSV(B) 16.88º 0.31% 0.82% -
XYZ 43.97 41.26 32.03 -
YUV 173.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 208 162 144 0 0.22 0.31 0.18 16.88 0.41 0.69
Hex D0 A2 90 0 16 1F 12 11 29 45
Octal 320 242 220 0 26 37 22 21 51 105
Binary 11010000 10100010 10010000 0 10110 11111 10010 10001 101001 1000101

Color Harmonies of #D0A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A290

Black with #D0A290

Text Example


Text Example

White with #D0A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A290; }

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

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

background-color css

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

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

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

border-color css

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

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

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