Html Css Color HEX #DAB557 Rob Roy

📋 copy color: '#DAB557'

red 218 ◦ green 181 ◦ blue 87

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

Shades of Rob Roy #DAB557

Tints of Rob Roy #DAB557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.9%

R = 44.86%
G = 37.24%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAB557 (or 0xDAB557) is known color: Rob Roy. HEX triplet: DA, B5 and 57. RGB value is (218,181,87). Sum of RGB (Red+Green+Blue) = 218+181+87=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB557 is #254AA8. Grayscale: #B5B5B5. Windows color (decimal): -2443945 or 5748186. OLE color: 5748186.

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

Color convert

RGB 218 181 87 -
CMYK 0 0.17 0.60 0.15
HSL 43.05º 0.64% 0.6% -
HSV(B) 43.05º 0.6% 0.85% -
XYZ 47.16 48.64 15.92 -
YUV 181.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 218 181 87 0 0.17 0.60 0.15 43.05 0.64 0.6
Hex DA B5 57 0 11 3C F 2B 40 3C
Octal 332 265 127 0 21 74 17 53 100 74
Binary 11011010 10110101 1010111 0 10001 111100 1111 101011 1000000 111100

Color Harmonies of #DAB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB557

Black with #DAB557

Text Example


Text Example

White with #DAB557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB557; }

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

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

background-color css

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

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

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

border-color css

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

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

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