Html Css Color HEX #DAB656 Rob Roy

📋 copy color: '#DAB656'

red 218 ◦ green 182 ◦ blue 86

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

Shades of Rob Roy #DAB656

Tints of Rob Roy #DAB656

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

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

R = 44.86%
G = 37.45%
B = 17.7%

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

#DAB656 (or 0xDAB656) is known color: Rob Roy. HEX triplet: DA, B6 and 56. RGB value is (218,182,86). Sum of RGB (Red+Green+Blue) = 218+182+86=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB656 is #2549A9. Grayscale: #B6B6B6. Windows color (decimal): -2443690 or 5682906. OLE color: 5682906.

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

Color convert

RGB 218 182 86 -
CMYK 0 0.17 0.61 0.15
HSL 43.64º 0.64% 0.6% -
HSV(B) 43.64º 0.61% 0.85% -
XYZ 47.32 49.03 15.77 -
YUV 181.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 218 182 86 0 0.17 0.61 0.15 43.64 0.64 0.6
Hex DA B6 56 0 11 3D F 2C 40 3C
Octal 332 266 126 0 21 75 17 54 100 74
Binary 11011010 10110110 1010110 0 10001 111101 1111 101100 1000000 111100

Color Harmonies of #DAB656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB656

Black with #DAB656

Text Example


Text Example

White with #DAB656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB656; }

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

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

background-color css

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

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

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

border-color css

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

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

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