Html Css Color HEX #DAB056 Rob Roy

📋 copy color: '#DAB056'

red 218 ◦ green 176 ◦ blue 86

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

Shades of Rob Roy #DAB056

Tints of Rob Roy #DAB056

RGB

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

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

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

R = 45.42%
G = 36.67%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB056 (or 0xDAB056) is known color: Rob Roy. HEX triplet: DA, B0 and 56. RGB value is (218,176,86). Sum of RGB (Red+Green+Blue) = 218+176+86=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB056 is #254FA9. Grayscale: #B2B2B2. Windows color (decimal): -2445226 or 5681370. OLE color: 5681370.

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

Color convert

RGB 218 176 86 -
CMYK 0 0.19 0.61 0.15
HSL 40.91º 0.64% 0.6% -
HSV(B) 40.91º 0.61% 0.85% -
XYZ 46.12 46.63 15.37 -
YUV 178.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 218 176 86 0 0.19 0.61 0.15 40.91 0.64 0.6
Hex DA B0 56 0 13 3D F 29 40 3C
Octal 332 260 126 0 23 75 17 51 100 74
Binary 11011010 10110000 1010110 0 10011 111101 1111 101001 1000000 111100

Color Harmonies of #DAB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB056

Black with #DAB056

Text Example


Text Example

White with #DAB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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