Html Css Color HEX #DAA08A Rose

📋 copy color: '#DAA08A'

red 218 ◦ green 160 ◦ blue 138

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

Shades of Rose #DAA08A

Tints of Rose #DAA08A

RGB

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

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

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

R = 42.25%
G = 31.01%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DAA08A (or 0xDAA08A) is known color: Rose. HEX triplet: DA, A0 and 8A. RGB value is (218,160,138). Sum of RGB (Red+Green+Blue) = 218+160+138=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA08A is #255F75. Grayscale: #AEAEAE. Windows color (decimal): -2449270 or 9085146. OLE color: 9085146.

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

Color convert

RGB 218 160 138 -
CMYK 0 0.27 0.37 0.15
HSL 16.5º 0.52% 0.7% -
HSV(B) 16.5º 0.37% 0.85% -
XYZ 46.07 41.88 29.7 -
YUV 174.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 218 160 138 0 0.27 0.37 0.15 16.5 0.52 0.7
Hex DA A0 8A 0 1B 25 F 10 34 46
Octal 332 240 212 0 33 45 17 20 64 106
Binary 11011010 10100000 10001010 0 11011 100101 1111 10000 110100 1000110

Color Harmonies of #DAA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA08A

Black with #DAA08A

Text Example


Text Example

White with #DAA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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