Html Css Color HEX #DAB851 Rob Roy

📋 copy color: '#DAB851'

red 218 ◦ green 184 ◦ blue 81

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

Shades of Rob Roy #DAB851

Tints of Rob Roy #DAB851

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

 BLUE value IS 81 (32.03% from 255) = 16.77%

R = 45.13%
G = 38.1%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAB851 (or 0xDAB851) is known color: Rob Roy. HEX triplet: DA, B8 and 51. RGB value is (218,184,81). Sum of RGB (Red+Green+Blue) = 218+184+81=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB851 is #2547AE. Grayscale: #B6B6B6. Windows color (decimal): -2443183 or 5355738. OLE color: 5355738.

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

Color convert

RGB 218 184 81 -
CMYK 0 0.16 0.63 0.15
HSL 45.11º 0.65% 0.59% -
HSV(B) 45.11º 0.63% 0.85% -
XYZ 47.54 49.78 14.89 -
YUV 182.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 218 184 81 0 0.16 0.63 0.15 45.11 0.65 0.59
Hex DA B8 51 0 10 3F F 2D 41 3B
Octal 332 270 121 0 20 77 17 55 101 73
Binary 11011010 10111000 1010001 0 10000 111111 1111 101101 1000001 111011

Color Harmonies of #DAB851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB851

Black with #DAB851

Text Example


Text Example

White with #DAB851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB851; }

 p { color: rgb(218,184,81); }

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

background-color css

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

 a { background-color: rgb(218,184,81); }

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

border-color css

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

 span { border-color: rgb(218,184,81); }

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