Html Css Color HEX #DAA554 Rob Roy

📋 copy color: '#DAA554'

red 218 ◦ green 165 ◦ blue 84

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

Shades of Rob Roy #DAA554

Tints of Rob Roy #DAA554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

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

R = 46.68%
G = 35.33%
B = 17.99%

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

#DAA554 (or 0xDAA554) is known color: Rob Roy. HEX triplet: DA, A5 and 54. RGB value is (218,165,84). Sum of RGB (Red+Green+Blue) = 218+165+84=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA554 is #255AAB. Grayscale: #ABABAB. Windows color (decimal): -2448044 or 5547482. OLE color: 5547482.

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

Color convert

RGB 218 165 84 -
CMYK 0 0.24 0.61 0.15
HSL 36.27º 0.64% 0.59% -
HSV(B) 36.27º 0.61% 0.85% -
XYZ 43.97 42.46 14.26 -
YUV 171.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 218 165 84 0 0.24 0.61 0.15 36.27 0.64 0.59
Hex DA A5 54 0 18 3D F 24 40 3B
Octal 332 245 124 0 30 75 17 44 100 73
Binary 11011010 10100101 1010100 0 11000 111101 1111 100100 1000000 111011

Color Harmonies of #DAA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA554

Black with #DAA554

Text Example


Text Example

White with #DAA554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA554; }

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

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

background-color css

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

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

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

border-color css

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

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

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