Html Css Color HEX #DAA18A Rose

📋 copy color: '#DAA18A'

red 218 ◦ green 161 ◦ blue 138

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

Shades of Rose #DAA18A

Tints of Rose #DAA18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.14%

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 42.17%
G = 31.14%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAA18A (or 0xDAA18A) is known color: Rose. HEX triplet: DA, A1 and 8A. RGB value is (218,161,138). Sum of RGB (Red+Green+Blue) = 218+161+138=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA18A is #255E75. Grayscale: #AFAFAF. Windows color (decimal): -2449014 or 9085402. OLE color: 9085402.

HSL color Cylindrical-coordinate representation of color #DAA18A: hue angle of 17.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAA18A is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 138 -
CMYK 0 0.26 0.37 0.15
HSL 17.25º 0.52% 0.7% -
HSV(B) 17.25º 0.37% 0.85% -
XYZ 46.25 42.23 29.76 -
YUV 175.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 218 161 138 0 0.26 0.37 0.15 17.25 0.52 0.7
Hex DA A1 8A 0 1A 25 F 11 34 46
Octal 332 241 212 0 32 45 17 21 64 106
Binary 11011010 10100001 10001010 0 11010 100101 1111 10001 110100 1000110

Color Harmonies of #DAA18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA18A

Black with #DAA18A

Text Example


Text Example

White with #DAA18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA18A; }

 p { color: rgb(218,161,138); }

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

background-color css

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

 a { background-color: rgb(218,161,138); }

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

border-color css

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

 span { border-color: rgb(218,161,138); }

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