Html Css Color HEX #D7A290 Rose

📋 copy color: '#D7A290'

red 215 ◦ green 162 ◦ blue 144

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

Shades of Rose #D7A290

Tints of Rose #D7A290

RGB

 RED value IS 215 (84.38% from 255) = 41.27%

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

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

R = 41.27%
G = 31.09%
B = 27.64%

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

#D7A290 (or 0xD7A290) is known color: Rose. HEX triplet: D7, A2 and 90. RGB value is (215,162,144). Sum of RGB (Red+Green+Blue) = 215+162+144=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A290 is #285D6F. Grayscale: #AFAFAF. Windows color (decimal): -2645360 or 9478871. OLE color: 9478871.

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

Color convert

RGB 215 162 144 -
CMYK 0 0.25 0.33 0.16
HSL 15.21º 0.47% 0.7% -
HSV(B) 15.21º 0.33% 0.84% -
XYZ 45.98 42.3 32.13 -
YUV 175.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 215 162 144 0 0.25 0.33 0.16 15.21 0.47 0.7
Hex D7 A2 90 0 19 21 10 F 2F 46
Octal 327 242 220 0 31 41 20 17 57 106
Binary 11010111 10100010 10010000 0 11001 100001 10000 1111 101111 1000110

Color Harmonies of #D7A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A290

Black with #D7A290

Text Example


Text Example

White with #D7A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A290; }

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

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

background-color css

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

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

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

border-color css

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

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

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