Html Css Color HEX #DAB756 Rob Roy

📋 copy color: '#DAB756'

red 218 ◦ green 183 ◦ blue 86

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

Shades of Rob Roy #DAB756

Tints of Rob Roy #DAB756

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 44.76%
G = 37.58%
B = 17.66%

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

#DAB756 (or 0xDAB756) is known color: Rob Roy. HEX triplet: DA, B7 and 56. RGB value is (218,183,86). Sum of RGB (Red+Green+Blue) = 218+183+86=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB756 is #2548A9. Grayscale: #B6B6B6. Windows color (decimal): -2443434 or 5683162. OLE color: 5683162.

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

Color convert

RGB 218 183 86 -
CMYK 0 0.16 0.61 0.15
HSL 44.09º 0.64% 0.6% -
HSV(B) 44.09º 0.61% 0.85% -
XYZ 47.53 49.44 15.84 -
YUV 182.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 218 183 86 0 0.16 0.61 0.15 44.09 0.64 0.6
Hex DA B7 56 0 10 3D F 2C 40 3C
Octal 332 267 126 0 20 75 17 54 100 74
Binary 11011010 10110111 1010110 0 10000 111101 1111 101100 1000000 111100

Color Harmonies of #DAB756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB756

Black with #DAB756

Text Example


Text Example

White with #DAB756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB756; }

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

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

background-color css

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

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

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

border-color css

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

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

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