Html Css Color HEX #DAA093 Rose

📋 copy color: '#DAA093'

red 218 ◦ green 160 ◦ blue 147

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

Shades of Rose #DAA093

Tints of Rose #DAA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28%

R = 41.52%
G = 30.48%
B = 28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAA093 (or 0xDAA093) is known color: Rose. HEX triplet: DA, A0 and 93. RGB value is (218,160,147). Sum of RGB (Red+Green+Blue) = 218+160+147=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA093 is #255F6C. Grayscale: #AFAFAF. Windows color (decimal): -2449261 or 9674970. OLE color: 9674970.

HSL color Cylindrical-coordinate representation of color #DAA093: hue angle of 10.99º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA093 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 147 -
CMYK 0 0.27 0.33 0.15
HSL 10.99º 0.49% 0.72% -
HSV(B) 10.99º 0.33% 0.85% -
XYZ 46.75 42.15 33.28 -
YUV 175.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 218 160 147 0 0.27 0.33 0.15 10.99 0.49 0.72
Hex DA A0 93 0 1B 21 F B 31 48
Octal 332 240 223 0 33 41 17 13 61 110
Binary 11011010 10100000 10010011 0 11011 100001 1111 1011 110001 1001000

Color Harmonies of #DAA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA093

Black with #DAA093

Text Example


Text Example

White with #DAA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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