Html Css Color HEX #DAA790 Rose

📋 copy color: '#DAA790'

red 218 ◦ green 167 ◦ blue 144

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

Shades of Rose #DAA790

Tints of Rose #DAA790

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.57%

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 41.21%
G = 31.57%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAA790 (or 0xDAA790) is known color: Rose. HEX triplet: DA, A7 and 90. RGB value is (218,167,144). Sum of RGB (Red+Green+Blue) = 218+167+144=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA790 is #25586F. Grayscale: #B3B3B3. Windows color (decimal): -2447472 or 9480154. OLE color: 9480154.

HSL color Cylindrical-coordinate representation of color #DAA790: hue angle of 18.65º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA790 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 144 -
CMYK 0 0.23 0.34 0.15
HSL 18.65º 0.5% 0.71% -
HSV(B) 18.65º 0.34% 0.85% -
XYZ 47.77 44.56 32.47 -
YUV 179.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 218 167 144 0 0.23 0.34 0.15 18.65 0.5 0.71
Hex DA A7 90 0 17 22 F 13 32 47
Octal 332 247 220 0 27 42 17 23 62 107
Binary 11011010 10100111 10010000 0 10111 100010 1111 10011 110010 1000111

Color Harmonies of #DAA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA790

Black with #DAA790

Text Example


Text Example

White with #DAA790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA790; }

 p { color: rgb(218,167,144); }

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

background-color css

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

 a { background-color: rgb(218,167,144); }

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

border-color css

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

 span { border-color: rgb(218,167,144); }

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