Html Css Color HEX #DAA954 Rob Roy

📋 copy color: '#DAA954'

red 218 ◦ green 169 ◦ blue 84

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

Shades of Rob Roy #DAA954

Tints of Rob Roy #DAA954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.83%

R = 46.28%
G = 35.88%
B = 17.83%

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

#DAA954 (or 0xDAA954) is known color: Rob Roy. HEX triplet: DA, A9 and 54. RGB value is (218,169,84). Sum of RGB (Red+Green+Blue) = 218+169+84=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA954 is #2556AB. Grayscale: #AEAEAE. Windows color (decimal): -2447020 or 5548506. OLE color: 5548506.

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

Color convert

RGB 218 169 84 -
CMYK 0 0.22 0.61 0.15
HSL 38.06º 0.64% 0.59% -
HSV(B) 38.06º 0.61% 0.85% -
XYZ 44.7 43.92 14.51 -
YUV 173.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 218 169 84 0 0.22 0.61 0.15 38.06 0.64 0.59
Hex DA A9 54 0 16 3D F 26 40 3B
Octal 332 251 124 0 26 75 17 46 100 73
Binary 11011010 10101001 1010100 0 10110 111101 1111 100110 1000000 111011

Color Harmonies of #DAA954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA954

Black with #DAA954

Text Example


Text Example

White with #DAA954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA954; }

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

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

background-color css

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

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

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

border-color css

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

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

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