Html Css Color HEX #DAA557 Rob Roy

📋 copy color: '#DAA557'

red 218 ◦ green 165 ◦ blue 87

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

Shades of Rob Roy #DAA557

Tints of Rob Roy #DAA557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.51%

R = 46.38%
G = 35.11%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAA557 (or 0xDAA557) is known color: Rob Roy. HEX triplet: DA, A5 and 57. RGB value is (218,165,87). Sum of RGB (Red+Green+Blue) = 218+165+87=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA557 is #255AA8. Grayscale: #ACACAC. Windows color (decimal): -2448041 or 5744090. OLE color: 5744090.

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

Color convert

RGB 218 165 87 -
CMYK 0 0.24 0.60 0.15
HSL 35.73º 0.64% 0.6% -
HSV(B) 35.73º 0.6% 0.85% -
XYZ 44.09 42.5 14.9 -
YUV 171.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 218 165 87 0 0.24 0.60 0.15 35.73 0.64 0.6
Hex DA A5 57 0 18 3C F 24 40 3C
Octal 332 245 127 0 30 74 17 44 100 74
Binary 11011010 10100101 1010111 0 11000 111100 1111 100100 1000000 111100

Color Harmonies of #DAA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA557

Black with #DAA557

Text Example


Text Example

White with #DAA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA557; }

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

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

background-color css

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

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

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

border-color css

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

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

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