Html Css Color HEX #DAB554 Rob Roy

📋 copy color: '#DAB554'

red 218 ◦ green 181 ◦ blue 84

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

Shades of Rob Roy #DAB554

Tints of Rob Roy #DAB554

RGB

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

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

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

R = 45.13%
G = 37.47%
B = 17.39%

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

#DAB554 (or 0xDAB554) is known color: Rob Roy. HEX triplet: DA, B5 and 54. RGB value is (218,181,84). Sum of RGB (Red+Green+Blue) = 218+181+84=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB554 is #254AAB. Grayscale: #B5B5B5. Windows color (decimal): -2443948 or 5551578. OLE color: 5551578.

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

Color convert

RGB 218 181 84 -
CMYK 0 0.17 0.61 0.15
HSL 43.43º 0.64% 0.59% -
HSV(B) 43.43º 0.61% 0.85% -
XYZ 47.04 48.59 15.29 -
YUV 181.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 218 181 84 0 0.17 0.61 0.15 43.43 0.64 0.59
Hex DA B5 54 0 11 3D F 2B 40 3B
Octal 332 265 124 0 21 75 17 53 100 73
Binary 11011010 10110101 1010100 0 10001 111101 1111 101011 1000000 111011

Color Harmonies of #DAB554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB554

Black with #DAB554

Text Example


Text Example

White with #DAB554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB554; }

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

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

background-color css

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

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

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

border-color css

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

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

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