Html Css Color HEX #DAA950 Rob Roy

📋 copy color: '#DAA950'

red 218 ◦ green 169 ◦ blue 80

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

Shades of Rob Roy #DAA950

Tints of Rob Roy #DAA950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.13%

R = 46.68%
G = 36.19%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAA950 (or 0xDAA950) is known color: Rob Roy. HEX triplet: DA, A9 and 50. RGB value is (218,169,80). Sum of RGB (Red+Green+Blue) = 218+169+80=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA950 is #2556AF. Grayscale: #ADADAD. Windows color (decimal): -2447024 or 5286362. OLE color: 5286362.

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

Color convert

RGB 218 169 80 -
CMYK 0 0.22 0.63 0.15
HSL 38.7º 0.65% 0.58% -
HSV(B) 38.7º 0.63% 0.85% -
XYZ 44.55 43.86 13.71 -
YUV 173.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 218 169 80 0 0.22 0.63 0.15 38.7 0.65 0.58
Hex DA A9 50 0 16 3F F 27 41 3A
Octal 332 251 120 0 26 77 17 47 101 72
Binary 11011010 10101001 1010000 0 10110 111111 1111 100111 1000001 111010

Color Harmonies of #DAA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA950

Black with #DAA950

Text Example


Text Example

White with #DAA950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA950; }

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

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

background-color css

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

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

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

border-color css

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

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

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