Html Css Color HEX #DAB654 Rob Roy

📋 copy color: '#DAB654'

red 218 ◦ green 182 ◦ blue 84

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

Shades of Rob Roy #DAB654

Tints of Rob Roy #DAB654

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.6%

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

R = 45.04%
G = 37.6%
B = 17.36%

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

#DAB654 (or 0xDAB654) is known color: Rob Roy. HEX triplet: DA, B6 and 54. RGB value is (218,182,84). Sum of RGB (Red+Green+Blue) = 218+182+84=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB654 is #2549AB. Grayscale: #B6B6B6. Windows color (decimal): -2443692 or 5551834. OLE color: 5551834.

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

Color convert

RGB 218 182 84 -
CMYK 0 0.17 0.61 0.15
HSL 43.88º 0.64% 0.59% -
HSV(B) 43.88º 0.61% 0.85% -
XYZ 47.24 49 15.36 -
YUV 181.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 218 182 84 0 0.17 0.61 0.15 43.88 0.64 0.59
Hex DA B6 54 0 11 3D F 2C 40 3B
Octal 332 266 124 0 21 75 17 54 100 73
Binary 11011010 10110110 1010100 0 10001 111101 1111 101100 1000000 111011

Color Harmonies of #DAB654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB654

Black with #DAB654

Text Example


Text Example

White with #DAB654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB654; }

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

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

background-color css

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

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

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

border-color css

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

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

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