Html Css Color HEX #DAA795 Rose

📋 copy color: '#DAA795'

red 218 ◦ green 167 ◦ blue 149

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

Shades of Rose #DAA795

Tints of Rose #DAA795

RGB

 RED value IS 218 (85.55% from 255) = 40.82%

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

 BLUE value IS 149 (58.59% from 255) = 27.9%

R = 40.82%
G = 31.27%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAA795 (or 0xDAA795) is known color: Rose. HEX triplet: DA, A7 and 95. RGB value is (218,167,149). Sum of RGB (Red+Green+Blue) = 218+167+149=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA795 is #25586A. Grayscale: #B4B4B4. Windows color (decimal): -2447467 or 9807834. OLE color: 9807834.

HSL color Cylindrical-coordinate representation of color #DAA795: hue angle of 15.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA795 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 149 -
CMYK 0 0.23 0.32 0.15
HSL 15.65º 0.48% 0.72% -
HSV(B) 15.65º 0.32% 0.85% -
XYZ 48.16 44.71 34.53 -
YUV 180.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 218 167 149 0 0.23 0.32 0.15 15.65 0.48 0.72
Hex DA A7 95 0 17 20 F 10 30 48
Octal 332 247 225 0 27 40 17 20 60 110
Binary 11011010 10100111 10010101 0 10111 100000 1111 10000 110000 1001000

Color Harmonies of #DAA795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA795

Black with #DAA795

Text Example


Text Example

White with #DAA795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA795; }

 p { color: rgb(218,167,149); }

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

background-color css

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

 a { background-color: rgb(218,167,149); }

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

border-color css

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

 span { border-color: rgb(218,167,149); }

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