Html Css Color HEX #DAB154 Rob Roy

📋 copy color: '#DAB154'

red 218 ◦ green 177 ◦ blue 84

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

Shades of Rob Roy #DAB154

Tints of Rob Roy #DAB154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.54%

R = 45.51%
G = 36.95%
B = 17.54%

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

#DAB154 (or 0xDAB154) is known color: Rob Roy. HEX triplet: DA, B1 and 54. RGB value is (218,177,84). Sum of RGB (Red+Green+Blue) = 218+177+84=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB154 is #254EAB. Grayscale: #B3B3B3. Windows color (decimal): -2444972 or 5550554. OLE color: 5550554.

HSL color Cylindrical-coordinate representation of color #DAB154: hue angle of 41.64º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAB154 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 84 -
CMYK 0 0.19 0.61 0.15
HSL 41.64º 0.64% 0.59% -
HSV(B) 41.64º 0.61% 0.85% -
XYZ 46.24 46.99 15.02 -
YUV 178.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 218 177 84 0 0.19 0.61 0.15 41.64 0.64 0.59
Hex DA B1 54 0 13 3D F 2A 40 3B
Octal 332 261 124 0 23 75 17 52 100 73
Binary 11011010 10110001 1010100 0 10011 111101 1111 101010 1000000 111011

Color Harmonies of #DAB154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB154

Black with #DAB154

Text Example


Text Example

White with #DAB154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB154; }

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

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

background-color css

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

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

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

border-color css

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

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

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