Html Css Color HEX #D5A794 Rose

📋 copy color: '#D5A794'

red 213 ◦ green 167 ◦ blue 148

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

Shades of Rose #D5A794

Tints of Rose #D5A794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.63%

 BLUE value IS 148 (58.2% from 255) = 28.03%

R = 40.34%
G = 31.63%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5A794 (or 0xD5A794) is known color: Rose. HEX triplet: D5, A7 and 94. RGB value is (213,167,148). Sum of RGB (Red+Green+Blue) = 213+167+148=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A794 is #2A586B. Grayscale: #B2B2B2. Windows color (decimal): -2775148 or 9742293. OLE color: 9742293.

HSL color Cylindrical-coordinate representation of color #D5A794: hue angle of 17.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5A794 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 167 148 -
CMYK 0 0.22 0.31 0.16
HSL 17.54º 0.44% 0.71% -
HSV(B) 17.54º 0.31% 0.84% -
XYZ 46.6 43.92 34.04 -
YUV 178.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 213 167 148 0 0.22 0.31 0.16 17.54 0.44 0.71
Hex D5 A7 94 0 16 1F 10 12 2C 47
Octal 325 247 224 0 26 37 20 22 54 107
Binary 11010101 10100111 10010100 0 10110 11111 10000 10010 101100 1000111

Color Harmonies of #D5A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A794

Black with #D5A794

Text Example


Text Example

White with #D5A794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A794; }

 p { color: rgb(213,167,148); }

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

background-color css

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

 a { background-color: rgb(213,167,148); }

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

border-color css

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

 span { border-color: rgb(213,167,148); }

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