Html Css Color HEX #DAA08B Rose

📋 copy color: '#DAA08B'

red 218 ◦ green 160 ◦ blue 139

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

Shades of Rose #DAA08B

Tints of Rose #DAA08B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.95%

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

R = 42.17%
G = 30.95%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAA08B (or 0xDAA08B) is known color: Rose. HEX triplet: DA, A0 and 8B. RGB value is (218,160,139). Sum of RGB (Red+Green+Blue) = 218+160+139=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA08B is #255F74. Grayscale: #AFAFAF. Windows color (decimal): -2449269 or 9150682. OLE color: 9150682.

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

Color convert

RGB 218 160 139 -
CMYK 0 0.27 0.36 0.15
HSL 15.95º 0.52% 0.7% -
HSV(B) 15.95º 0.36% 0.85% -
XYZ 46.14 41.91 30.08 -
YUV 174.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 218 160 139 0 0.27 0.36 0.15 15.95 0.52 0.7
Hex DA A0 8B 0 1B 24 F 10 34 46
Octal 332 240 213 0 33 44 17 20 64 106
Binary 11011010 10100000 10001011 0 11011 100100 1111 10000 110100 1000110

Color Harmonies of #DAA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA08B

Black with #DAA08B

Text Example


Text Example

White with #DAA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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