Html Css Color HEX #DAA39B Rose

📋 copy color: '#DAA39B'

red 218 ◦ green 163 ◦ blue 155

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

Shades of Rose #DAA39B

Tints of Rose #DAA39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.92%

R = 40.67%
G = 30.41%
B = 28.92%

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

#DAA39B (or 0xDAA39B) is known color: Rose. HEX triplet: DA, A3 and 9B. RGB value is (218,163,155). Sum of RGB (Red+Green+Blue) = 218+163+155=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA39B is #255C64. Grayscale: #B2B2B2. Windows color (decimal): -2448485 or 10200026. OLE color: 10200026.

HSL color Cylindrical-coordinate representation of color #DAA39B: hue angle of 7.62º 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 #DAA39B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 155 -
CMYK 0 0.25 0.29 0.15
HSL 7.62º 0.46% 0.73% -
HSV(B) 7.62º 0.29% 0.85% -
XYZ 47.93 43.47 36.87 -
YUV 178.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 218 163 155 0 0.25 0.29 0.15 7.62 0.46 0.73
Hex DA A3 9B 0 19 1D F 8 2E 49
Octal 332 243 233 0 31 35 17 10 56 111
Binary 11011010 10100011 10011011 0 11001 11101 1111 1000 101110 1001001

Color Harmonies of #DAA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA39B

Black with #DAA39B

Text Example


Text Example

White with #DAA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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