Html Css Color HEX #DAA856 Rob Roy

📋 copy color: '#DAA856'

red 218 ◦ green 168 ◦ blue 86

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

Shades of Rob Roy #DAA856

Tints of Rob Roy #DAA856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.59%

 BLUE value IS 86 (33.98% from 255) = 18.22%

R = 46.19%
G = 35.59%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAA856 (or 0xDAA856) is known color: Rob Roy. HEX triplet: DA, A8 and 56. RGB value is (218,168,86). Sum of RGB (Red+Green+Blue) = 218+168+86=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA856 is #2557A9. Grayscale: #ADADAD. Windows color (decimal): -2447274 or 5679322. OLE color: 5679322.

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

Color convert

RGB 218 168 86 -
CMYK 0 0.23 0.61 0.15
HSL 37.27º 0.64% 0.6% -
HSV(B) 37.27º 0.61% 0.85% -
XYZ 44.6 43.58 14.87 -
YUV 173.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 218 168 86 0 0.23 0.61 0.15 37.27 0.64 0.6
Hex DA A8 56 0 17 3D F 25 40 3C
Octal 332 250 126 0 27 75 17 45 100 74
Binary 11011010 10101000 1010110 0 10111 111101 1111 100101 1000000 111100

Color Harmonies of #DAA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA856

Black with #DAA856

Text Example


Text Example

White with #DAA856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA856; }

 p { color: rgb(218,168,86); }

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

background-color css

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

 a { background-color: rgb(218,168,86); }

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

border-color css

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

 span { border-color: rgb(218,168,86); }

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