Html Css Color HEX #DAA955 Rob Roy

📋 copy color: '#DAA955'

red 218 ◦ green 169 ◦ blue 85

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

Shades of Rob Roy #DAA955

Tints of Rob Roy #DAA955

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

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

R = 46.19%
G = 35.81%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAA955 (or 0xDAA955) is known color: Rob Roy. HEX triplet: DA, A9 and 55. RGB value is (218,169,85). Sum of RGB (Red+Green+Blue) = 218+169+85=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA955 is #2556AA. Grayscale: #AEAEAE. Windows color (decimal): -2447019 or 5614042. OLE color: 5614042.

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

Color convert

RGB 218 169 85 -
CMYK 0 0.22 0.61 0.15
HSL 37.89º 0.64% 0.59% -
HSV(B) 37.89º 0.61% 0.85% -
XYZ 44.74 43.94 14.72 -
YUV 174.08 77.73 159.33 -
System Red Green Blue C M Y K H S L
Decimal 218 169 85 0 0.22 0.61 0.15 37.89 0.64 0.59
Hex DA A9 55 0 16 3D F 26 40 3B
Octal 332 251 125 0 26 75 17 46 100 73
Binary 11011010 10101001 1010101 0 10110 111101 1111 100110 1000000 111011

Color Harmonies of #DAA955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA955

Black with #DAA955

Text Example


Text Example

White with #DAA955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA955; }

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

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

background-color css

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

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

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

border-color css

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

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

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