Html Css Color HEX #DAAA5B Rob Roy

📋 copy color: '#DAAA5B'

red 218 ◦ green 170 ◦ blue 91

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

Shades of Rob Roy #DAAA5B

Tints of Rob Roy #DAAA5B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 91 (35.94% from 255) = 19%

R = 45.51%
G = 35.49%
B = 19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAAA5B (or 0xDAAA5B) is known color: Rob Roy. HEX triplet: DA, AA and 5B. RGB value is (218,170,91). Sum of RGB (Red+Green+Blue) = 218+170+91=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA5B is #2555A4. Grayscale: #AFAFAF. Windows color (decimal): -2446757 or 6007514. OLE color: 6007514.

HSL color Cylindrical-coordinate representation of color #DAAA5B: hue angle of 37.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAAA5B is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 91 -
CMYK 0 0.22 0.58 0.15
HSL 37.32º 0.63% 0.61% -
HSV(B) 37.32º 0.58% 0.85% -
XYZ 45.18 44.41 16.09 -
YUV 175.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 218 170 91 0 0.22 0.58 0.15 37.32 0.63 0.61
Hex DA AA 5B 0 16 3A F 25 3F 3D
Octal 332 252 133 0 26 72 17 45 77 75
Binary 11011010 10101010 1011011 0 10110 111010 1111 100101 111111 111101

Color Harmonies of #DAAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA5B

Black with #DAAA5B

Text Example


Text Example

White with #DAAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA5B; }

 p { color: rgb(218,170,91); }

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

background-color css

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

 a { background-color: rgb(218,170,91); }

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

border-color css

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

 span { border-color: rgb(218,170,91); }

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