Html Css Color HEX #DAA79C Rose

📋 copy color: '#DAA79C'

red 218 ◦ green 167 ◦ blue 156

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

Shades of Rose #DAA79C

Tints of Rose #DAA79C

RGB

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

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

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

R = 40.3%
G = 30.87%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DAA79C (or 0xDAA79C) is known color: Rose. HEX triplet: DA, A7 and 9C. RGB value is (218,167,156). Sum of RGB (Red+Green+Blue) = 218+167+156=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA79C is #255863. Grayscale: #B5B5B5. Windows color (decimal): -2447460 or 10266586. OLE color: 10266586.

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

Color convert

RGB 218 167 156 -
CMYK 0 0.23 0.28 0.15
HSL 10.65º 0.46% 0.73% -
HSV(B) 10.65º 0.28% 0.85% -
XYZ 48.73 44.94 37.56 -
YUV 181 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 218 167 156 0 0.23 0.28 0.15 10.65 0.46 0.73
Hex DA A7 9C 0 17 1C F B 2E 49
Octal 332 247 234 0 27 34 17 13 56 111
Binary 11011010 10100111 10011100 0 10111 11100 1111 1011 101110 1001001

Color Harmonies of #DAA79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA79C

Black with #DAA79C

Text Example


Text Example

White with #DAA79C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA79C; }

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

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

background-color css

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

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

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

border-color css

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

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

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