Html Css Color HEX #DAA655 Rob Roy

📋 copy color: '#DAA655'

red 218 ◦ green 166 ◦ blue 85

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

Shades of Rob Roy #DAA655

Tints of Rob Roy #DAA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 85 (33.59% from 255) = 18.12%

R = 46.48%
G = 35.39%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAA655 (or 0xDAA655) is known color: Rob Roy. HEX triplet: DA, A6 and 55. RGB value is (218,166,85). Sum of RGB (Red+Green+Blue) = 218+166+85=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA655 is #2559AA. Grayscale: #ACACAC. Windows color (decimal): -2447787 or 5613274. OLE color: 5613274.

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

Color convert

RGB 218 166 85 -
CMYK 0 0.24 0.61 0.15
HSL 36.54º 0.64% 0.59% -
HSV(B) 36.54º 0.61% 0.85% -
XYZ 44.19 42.83 14.53 -
YUV 172.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 218 166 85 0 0.24 0.61 0.15 36.54 0.64 0.59
Hex DA A6 55 0 18 3D F 25 40 3B
Octal 332 246 125 0 30 75 17 45 100 73
Binary 11011010 10100110 1010101 0 11000 111101 1111 100101 1000000 111011

Color Harmonies of #DAA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA655

Black with #DAA655

Text Example


Text Example

White with #DAA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA655; }

 p { color: rgb(218,166,85); }

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

background-color css

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

 a { background-color: rgb(218,166,85); }

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

border-color css

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

 span { border-color: rgb(218,166,85); }

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