Html Css Color HEX #DAA18B Rose

📋 copy color: '#DAA18B'

red 218 ◦ green 161 ◦ blue 139

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

Shades of Rose #DAA18B

Tints of Rose #DAA18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.83%

R = 42.08%
G = 31.08%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAA18B (or 0xDAA18B) is known color: Rose. HEX triplet: DA, A1 and 8B. RGB value is (218,161,139). Sum of RGB (Red+Green+Blue) = 218+161+139=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA18B is #255E74. Grayscale: #AFAFAF. Windows color (decimal): -2449013 or 9150938. OLE color: 9150938.

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

Color convert

RGB 218 161 139 -
CMYK 0 0.26 0.36 0.15
HSL 16.71º 0.52% 0.7% -
HSV(B) 16.71º 0.36% 0.85% -
XYZ 46.32 42.26 30.14 -
YUV 175.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 218 161 139 0 0.26 0.36 0.15 16.71 0.52 0.7
Hex DA A1 8B 0 1A 24 F 11 34 46
Octal 332 241 213 0 32 44 17 21 64 106
Binary 11011010 10100001 10001011 0 11010 100100 1111 10001 110100 1000110

Color Harmonies of #DAA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA18B

Black with #DAA18B

Text Example


Text Example

White with #DAA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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