Html Css Color HEX #D5A28C Rose

📋 copy color: '#D5A28C'

red 213 ◦ green 162 ◦ blue 140

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

Shades of Rose #D5A28C

Tints of Rose #D5A28C

RGB

 RED value IS 213 (83.59% from 255) = 41.36%

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 41.36%
G = 31.46%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5A28C (or 0xD5A28C) is known color: Rose. HEX triplet: D5, A2 and 8C. RGB value is (213,162,140). Sum of RGB (Red+Green+Blue) = 213+162+140=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A28C is #2A5D73. Grayscale: #AEAEAE. Windows color (decimal): -2776436 or 9216725. OLE color: 9216725.

HSL color Cylindrical-coordinate representation of color #D5A28C: hue angle of 18.08º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A28C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 162 140 -
CMYK 0 0.24 0.34 0.16
HSL 18.08º 0.46% 0.69% -
HSV(B) 18.08º 0.34% 0.84% -
XYZ 45.09 41.88 30.52 -
YUV 174.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 213 162 140 0 0.24 0.34 0.16 18.08 0.46 0.69
Hex D5 A2 8C 0 18 22 10 12 2E 45
Octal 325 242 214 0 30 42 20 22 56 105
Binary 11010101 10100010 10001100 0 11000 100010 10000 10010 101110 1000101

Color Harmonies of #D5A28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A28C

Black with #D5A28C

Text Example


Text Example

White with #D5A28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A28C; }

 p { color: rgb(213,162,140); }

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

background-color css

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

 a { background-color: rgb(213,162,140); }

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

border-color css

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

 span { border-color: rgb(213,162,140); }

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