#DAA38D

Color #DAA38D Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose #DAA38D

Tints of Rose #DAA38D

Color information

#DAA38D (or 0xDAA38D) is unknown color: approx Rose. HEX triplet: DA, A3 and 8D. RGB value is (218,163,141). Sum of RGB (Red+Green+Blue) = 218+163+141=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA38D is #255C72. Grayscale: #B1B1B1. Windows color (decimal): -2448499 or 9282522. OLE color: 9282522.

HSL color Cylindrical-coordinate representation of color #DAA38D: hue angle of 17.14º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAA38D is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB218163141-
CMYK00.250.350.15
HSL17.14º50.99%70.39%-
HSV(B)17.14º35.32%85.49%-
XYZ46.8243.0231.04-
YUV176.94107.72157.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 163 (64.06% from 255) = 31.23%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=41.76%
G=31.23%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816314100.250.350.1517.1450.9970.39
HexDAA38D01923F113346
Octal33224321503143172163106
Binary1101101010100011100011010110011000111111100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA38D; }

 p { color: rgb(218,163,141); }

 H1.HeaderClassName
 {
   color: #DAA38D;
 }
 .AnyTagClassName
 {
   color: #DAA38D;
 }
</style>
background-color css

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

 a { background-color: rgb(218,163,141); }

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

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

 span { border-color: rgb(218,163,141); }

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