Html Css Color HEX #DAB456 Rob Roy

📋 copy color: '#DAB456'

red 218 ◦ green 180 ◦ blue 86

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

Shades of Rob Roy #DAB456

Tints of Rob Roy #DAB456

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 86 (33.98% from 255) = 17.77%

R = 45.04%
G = 37.19%
B = 17.77%

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

#DAB456 (or 0xDAB456) is known color: Rob Roy. HEX triplet: DA, B4 and 56. RGB value is (218,180,86). Sum of RGB (Red+Green+Blue) = 218+180+86=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB456 is #254BA9. Grayscale: #B5B5B5. Windows color (decimal): -2444202 or 5682394. OLE color: 5682394.

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

Color convert

RGB 218 180 86 -
CMYK 0 0.17 0.61 0.15
HSL 42.73º 0.64% 0.6% -
HSV(B) 42.73º 0.61% 0.85% -
XYZ 46.91 48.22 15.64 -
YUV 180.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 218 180 86 0 0.17 0.61 0.15 42.73 0.64 0.6
Hex DA B4 56 0 11 3D F 2B 40 3C
Octal 332 264 126 0 21 75 17 53 100 74
Binary 11011010 10110100 1010110 0 10001 111101 1111 101011 1000000 111100

Color Harmonies of #DAB456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB456

Black with #DAB456

Text Example


Text Example

White with #DAB456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB456; }

 p { color: rgb(218,180,86); }

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

background-color css

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

 a { background-color: rgb(218,180,86); }

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

border-color css

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

 span { border-color: rgb(218,180,86); }

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