Html Css Color HEX #D5A28A Rose

📋 copy color: '#D5A28A'

red 213 ◦ green 162 ◦ blue 138

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

Shades of Rose #D5A28A

Tints of Rose #D5A28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 41.52%
G = 31.58%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5A28A (or 0xD5A28A) is known color: Rose. HEX triplet: D5, A2 and 8A. RGB value is (213,162,138). Sum of RGB (Red+Green+Blue) = 213+162+138=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A28A is #2A5D75. Grayscale: #AEAEAE. Windows color (decimal): -2776438 or 9085653. OLE color: 9085653.

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

Color convert

RGB 213 162 138 -
CMYK 0 0.24 0.35 0.16
HSL 19.2º 0.47% 0.69% -
HSV(B) 19.2º 0.35% 0.84% -
XYZ 44.95 41.82 29.75 -
YUV 174.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 213 162 138 0 0.24 0.35 0.16 19.2 0.47 0.69
Hex D5 A2 8A 0 18 23 10 13 2F 45
Octal 325 242 212 0 30 43 20 23 57 105
Binary 11010101 10100010 10001010 0 11000 100011 10000 10011 101111 1000101

Color Harmonies of #D5A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A28A

Black with #D5A28A

Text Example


Text Example

White with #D5A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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