Html Css Color HEX #DAA79B Rose

📋 copy color: '#DAA79B'

red 218 ◦ green 167 ◦ blue 155

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

Shades of Rose #DAA79B

Tints of Rose #DAA79B

RGB

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

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

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

R = 40.37%
G = 30.93%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAA79B (or 0xDAA79B) is known color: Rose. HEX triplet: DA, A7 and 9B. RGB value is (218,167,155). Sum of RGB (Red+Green+Blue) = 218+167+155=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA79B is #255864. Grayscale: #B4B4B4. Windows color (decimal): -2447461 or 10201050. OLE color: 10201050.

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

Color convert

RGB 218 167 155 -
CMYK 0 0.23 0.29 0.15
HSL 11.43º 0.46% 0.73% -
HSV(B) 11.43º 0.29% 0.85% -
XYZ 48.65 44.91 37.11 -
YUV 180.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 218 167 155 0 0.23 0.29 0.15 11.43 0.46 0.73
Hex DA A7 9B 0 17 1D F B 2E 49
Octal 332 247 233 0 27 35 17 13 56 111
Binary 11011010 10100111 10011011 0 10111 11101 1111 1011 101110 1001001

Color Harmonies of #DAA79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA79B

Black with #DAA79B

Text Example


Text Example

White with #DAA79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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