Html Css Color HEX #DAB057 Rob Roy

📋 copy color: '#DAB057'

red 218 ◦ green 176 ◦ blue 87

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

Shades of Rob Roy #DAB057

Tints of Rob Roy #DAB057

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.59%

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

R = 45.32%
G = 36.59%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAB057 (or 0xDAB057) is known color: Rob Roy. HEX triplet: DA, B0 and 57. RGB value is (218,176,87). Sum of RGB (Red+Green+Blue) = 218+176+87=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB057 is #254FA8. Grayscale: #B2B2B2. Windows color (decimal): -2445225 or 5746906. OLE color: 5746906.

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

Color convert

RGB 218 176 87 -
CMYK 0 0.19 0.60 0.15
HSL 40.76º 0.64% 0.6% -
HSV(B) 40.76º 0.6% 0.85% -
XYZ 46.16 46.64 15.59 -
YUV 178.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 218 176 87 0 0.19 0.60 0.15 40.76 0.64 0.6
Hex DA B0 57 0 13 3C F 29 40 3C
Octal 332 260 127 0 23 74 17 51 100 74
Binary 11011010 10110000 1010111 0 10011 111100 1111 101001 1000000 111100

Color Harmonies of #DAB057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB057

Black with #DAB057

Text Example


Text Example

White with #DAB057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB057; }

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

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

background-color css

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

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

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

border-color css

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

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

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