Html Css Color HEX #D7A29A Rose

📋 copy color: '#D7A29A'

red 215 ◦ green 162 ◦ blue 154

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

Shades of Rose #D7A29A

Tints of Rose #D7A29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29%

R = 40.49%
G = 30.51%
B = 29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7A29A (or 0xD7A29A) is known color: Rose. HEX triplet: D7, A2 and 9A. RGB value is (215,162,154). Sum of RGB (Red+Green+Blue) = 215+162+154=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A29A is #285D65. Grayscale: #B1B1B1. Windows color (decimal): -2645350 or 10134231. OLE color: 10134231.

HSL color Cylindrical-coordinate representation of color #D7A29A: hue angle of 7.87º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7A29A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 162 154 -
CMYK 0 0.25 0.28 0.16
HSL 7.87º 0.43% 0.72% -
HSV(B) 7.87º 0.28% 0.84% -
XYZ 46.78 42.62 36.33 -
YUV 176.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 215 162 154 0 0.25 0.28 0.16 7.87 0.43 0.72
Hex D7 A2 9A 0 19 1C 10 8 2B 48
Octal 327 242 232 0 31 34 20 10 53 110
Binary 11010111 10100010 10011010 0 11001 11100 10000 1000 101011 1001000

Color Harmonies of #D7A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A29A

Black with #D7A29A

Text Example


Text Example

White with #D7A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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