Html Css Color HEX #DAB854 Rob Roy

📋 copy color: '#DAB854'

red 218 ◦ green 184 ◦ blue 84

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

Shades of Rob Roy #DAB854

Tints of Rob Roy #DAB854

RGB

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

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

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

R = 44.86%
G = 37.86%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB854 (or 0xDAB854) is known color: Rob Roy. HEX triplet: DA, B8 and 54. RGB value is (218,184,84). Sum of RGB (Red+Green+Blue) = 218+184+84=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB854 is #2547AB. Grayscale: #B7B7B7. Windows color (decimal): -2443180 or 5552346. OLE color: 5552346.

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

Color convert

RGB 218 184 84 -
CMYK 0 0.16 0.61 0.15
HSL 44.78º 0.64% 0.59% -
HSV(B) 44.78º 0.61% 0.85% -
XYZ 47.65 49.83 15.49 -
YUV 182.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 218 184 84 0 0.16 0.61 0.15 44.78 0.64 0.59
Hex DA B8 54 0 10 3D F 2D 40 3B
Octal 332 270 124 0 20 75 17 55 100 73
Binary 11011010 10111000 1010100 0 10000 111101 1111 101101 1000000 111011

Color Harmonies of #DAB854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB854

Black with #DAB854

Text Example


Text Example

White with #DAB854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB854; }

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

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

background-color css

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

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

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

border-color css

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

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

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