Html Css Color HEX #DAA356 Rob Roy

📋 copy color: '#DAA356'

red 218 ◦ green 163 ◦ blue 86

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

Shades of Rob Roy #DAA356

Tints of Rob Roy #DAA356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.9%

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

R = 46.68%
G = 34.9%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAA356 (or 0xDAA356) is known color: Rob Roy. HEX triplet: DA, A3 and 56. RGB value is (218,163,86). Sum of RGB (Red+Green+Blue) = 218+163+86=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA356 is #255CA9. Grayscale: #ABABAB. Windows color (decimal): -2448554 or 5678042. OLE color: 5678042.

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

Color convert

RGB 218 163 86 -
CMYK 0 0.25 0.61 0.15
HSL 35º 0.64% 0.6% -
HSV(B) 35º 0.61% 0.85% -
XYZ 43.69 41.77 14.56 -
YUV 170.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 218 163 86 0 0.25 0.61 0.15 35 0.64 0.6
Hex DA A3 56 0 19 3D F 23 40 3C
Octal 332 243 126 0 31 75 17 43 100 74
Binary 11011010 10100011 1010110 0 11001 111101 1111 100011 1000000 111100

Color Harmonies of #DAA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA356

Black with #DAA356

Text Example


Text Example

White with #DAA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA356; }

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

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

background-color css

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

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

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

border-color css

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

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

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