Html Css Color HEX #DAB156 Rob Roy

📋 copy color: '#DAB156'

red 218 ◦ green 177 ◦ blue 86

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

Shades of Rob Roy #DAB156

Tints of Rob Roy #DAB156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

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

R = 45.32%
G = 36.8%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB156 (or 0xDAB156) is known color: Rob Roy. HEX triplet: DA, B1 and 56. RGB value is (218,177,86). Sum of RGB (Red+Green+Blue) = 218+177+86=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB156 is #254EA9. Grayscale: #B3B3B3. Windows color (decimal): -2444970 or 5681626. OLE color: 5681626.

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

Color convert

RGB 218 177 86 -
CMYK 0 0.19 0.61 0.15
HSL 41.36º 0.64% 0.6% -
HSV(B) 41.36º 0.61% 0.85% -
XYZ 46.32 47.02 15.44 -
YUV 178.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 218 177 86 0 0.19 0.61 0.15 41.36 0.64 0.6
Hex DA B1 56 0 13 3D F 29 40 3C
Octal 332 261 126 0 23 75 17 51 100 74
Binary 11011010 10110001 1010110 0 10011 111101 1111 101001 1000000 111100

Color Harmonies of #DAB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB156

Black with #DAB156

Text Example


Text Example

White with #DAB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB156; }

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

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

background-color css

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

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

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

border-color css

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

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

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