Html Css Color HEX #DAB655 Rob Roy

📋 copy color: '#DAB655'

red 218 ◦ green 182 ◦ blue 85

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

Shades of Rob Roy #DAB655

Tints of Rob Roy #DAB655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.53%

R = 44.95%
G = 37.53%
B = 17.53%

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

#DAB655 (or 0xDAB655) is known color: Rob Roy. HEX triplet: DA, B6 and 55. RGB value is (218,182,85). Sum of RGB (Red+Green+Blue) = 218+182+85=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB655 is #2549AA. Grayscale: #B6B6B6. Windows color (decimal): -2443691 or 5617370. OLE color: 5617370.

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

Color convert

RGB 218 182 85 -
CMYK 0 0.17 0.61 0.15
HSL 43.76º 0.64% 0.59% -
HSV(B) 43.76º 0.61% 0.85% -
XYZ 47.28 49.02 15.56 -
YUV 181.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 218 182 85 0 0.17 0.61 0.15 43.76 0.64 0.59
Hex DA B6 55 0 11 3D F 2C 40 3B
Octal 332 266 125 0 21 75 17 54 100 73
Binary 11011010 10110110 1010101 0 10001 111101 1111 101100 1000000 111011

Color Harmonies of #DAB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB655

Black with #DAB655

Text Example


Text Example

White with #DAB655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB655; }

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

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

background-color css

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

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

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

border-color css

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

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

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