Html Css Color HEX #DAA39A Rose

📋 copy color: '#DAA39A'

red 218 ◦ green 163 ◦ blue 154

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

Shades of Rose #DAA39A

Tints of Rose #DAA39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.47%

 BLUE value IS 154 (60.55% from 255) = 28.79%

R = 40.75%
G = 30.47%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAA39A (or 0xDAA39A) is known color: Rose. HEX triplet: DA, A3 and 9A. RGB value is (218,163,154). Sum of RGB (Red+Green+Blue) = 218+163+154=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA39A is #255C65. Grayscale: #B2B2B2. Windows color (decimal): -2448486 or 10134490. OLE color: 10134490.

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

Color convert

RGB 218 163 154 -
CMYK 0 0.25 0.29 0.15
HSL 8.44º 0.46% 0.73% -
HSV(B) 8.44º 0.29% 0.85% -
XYZ 47.84 43.43 36.43 -
YUV 178.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 218 163 154 0 0.25 0.29 0.15 8.44 0.46 0.73
Hex DA A3 9A 0 19 1D F 8 2E 49
Octal 332 243 232 0 31 35 17 10 56 111
Binary 11011010 10100011 10011010 0 11001 11101 1111 1000 101110 1001001

Color Harmonies of #DAA39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA39A

Black with #DAA39A

Text Example


Text Example

White with #DAA39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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