Html Css Color HEX #DAA552 Rob Roy

📋 copy color: '#DAA552'

red 218 ◦ green 165 ◦ blue 82

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

Shades of Rob Roy #DAA552

Tints of Rob Roy #DAA552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 46.88%
G = 35.48%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAA552 (or 0xDAA552) is known color: Rob Roy. HEX triplet: DA, A5 and 52. RGB value is (218,165,82). Sum of RGB (Red+Green+Blue) = 218+165+82=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA552 is #255AAD. Grayscale: #ABABAB. Windows color (decimal): -2448046 or 5416410. OLE color: 5416410.

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

Color convert

RGB 218 165 82 -
CMYK 0 0.24 0.62 0.15
HSL 36.62º 0.65% 0.59% -
HSV(B) 36.62º 0.62% 0.85% -
XYZ 43.89 42.42 13.86 -
YUV 171.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 218 165 82 0 0.24 0.62 0.15 36.62 0.65 0.59
Hex DA A5 52 0 18 3E F 25 41 3B
Octal 332 245 122 0 30 76 17 45 101 73
Binary 11011010 10100101 1010010 0 11000 111110 1111 100101 1000001 111011

Color Harmonies of #DAA552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA552

Black with #DAA552

Text Example


Text Example

White with #DAA552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA552; }

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

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

background-color css

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

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

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

border-color css

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

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

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