Html Css Color HEX #DAA39C Rose

📋 copy color: '#DAA39C'

red 218 ◦ green 163 ◦ blue 156

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

Shades of Rose #DAA39C

Tints of Rose #DAA39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 40.6%
G = 30.35%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAA39C (or 0xDAA39C) is known color: Rose. HEX triplet: DA, A3 and 9C. RGB value is (218,163,156). Sum of RGB (Red+Green+Blue) = 218+163+156=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA39C is #255C63. Grayscale: #B2B2B2. Windows color (decimal): -2448484 or 10265562. OLE color: 10265562.

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

Color convert

RGB 218 163 156 -
CMYK 0 0.25 0.28 0.15
HSL 6.77º 0.46% 0.73% -
HSV(B) 6.77º 0.28% 0.85% -
XYZ 48.01 43.5 37.32 -
YUV 178.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 218 163 156 0 0.25 0.28 0.15 6.77 0.46 0.73
Hex DA A3 9C 0 19 1C F 7 2E 49
Octal 332 243 234 0 31 34 17 7 56 111
Binary 11011010 10100011 10011100 0 11001 11100 1111 111 101110 1001001

Color Harmonies of #DAA39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA39C

Black with #DAA39C

Text Example


Text Example

White with #DAA39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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