Html Css Color HEX #DAB356 Rob Roy

📋 copy color: '#DAB356'

red 218 ◦ green 179 ◦ blue 86

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

Shades of Rob Roy #DAB356

Tints of Rob Roy #DAB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 45.13%
G = 37.06%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB356 (or 0xDAB356) is known color: Rob Roy. HEX triplet: DA, B3 and 56. RGB value is (218,179,86). Sum of RGB (Red+Green+Blue) = 218+179+86=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB356 is #254CA9. Grayscale: #B4B4B4. Windows color (decimal): -2444458 or 5682138. OLE color: 5682138.

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

Color convert

RGB 218 179 86 -
CMYK 0 0.18 0.61 0.15
HSL 42.27º 0.64% 0.6% -
HSV(B) 42.27º 0.61% 0.85% -
XYZ 46.71 47.82 15.57 -
YUV 180.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 218 179 86 0 0.18 0.61 0.15 42.27 0.64 0.6
Hex DA B3 56 0 12 3D F 2A 40 3C
Octal 332 263 126 0 22 75 17 52 100 74
Binary 11011010 10110011 1010110 0 10010 111101 1111 101010 1000000 111100

Color Harmonies of #DAB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB356

Black with #DAB356

Text Example


Text Example

White with #DAB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB356; }

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

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

background-color css

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

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

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

border-color css

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

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

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