Html Css Color HEX #DAB556 Rob Roy

📋 copy color: '#DAB556'

red 218 ◦ green 181 ◦ blue 86

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

Shades of Rob Roy #DAB556

Tints of Rob Roy #DAB556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

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

R = 44.95%
G = 37.32%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB556 (or 0xDAB556) is known color: Rob Roy. HEX triplet: DA, B5 and 56. RGB value is (218,181,86). Sum of RGB (Red+Green+Blue) = 218+181+86=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB556 is #254AA9. Grayscale: #B5B5B5. Windows color (decimal): -2443946 or 5682650. OLE color: 5682650.

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

Color convert

RGB 218 181 86 -
CMYK 0 0.17 0.61 0.15
HSL 43.18º 0.64% 0.6% -
HSV(B) 43.18º 0.61% 0.85% -
XYZ 47.12 48.63 15.71 -
YUV 181.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 218 181 86 0 0.17 0.61 0.15 43.18 0.64 0.6
Hex DA B5 56 0 11 3D F 2B 40 3C
Octal 332 265 126 0 21 75 17 53 100 74
Binary 11011010 10110101 1010110 0 10001 111101 1111 101011 1000000 111100

Color Harmonies of #DAB556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB556

Black with #DAB556

Text Example


Text Example

White with #DAB556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB556; }

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

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

background-color css

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

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

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

border-color css

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

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

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