Html Css Color HEX #DAB653 Rob Roy

📋 copy color: '#DAB653'

red 218 ◦ green 182 ◦ blue 83

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

Shades of Rob Roy #DAB653

Tints of Rob Roy #DAB653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.18%

R = 45.13%
G = 37.68%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAB653 (or 0xDAB653) is known color: Rob Roy. HEX triplet: DA, B6 and 53. RGB value is (218,182,83). Sum of RGB (Red+Green+Blue) = 218+182+83=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB653 is #2549AC. Grayscale: #B5B5B5. Windows color (decimal): -2443693 or 5486298. OLE color: 5486298.

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

Color convert

RGB 218 182 83 -
CMYK 0 0.17 0.62 0.15
HSL 44º 0.65% 0.59% -
HSV(B) 44º 0.62% 0.85% -
XYZ 47.2 48.99 15.15 -
YUV 181.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 218 182 83 0 0.17 0.62 0.15 44 0.65 0.59
Hex DA B6 53 0 11 3E F 2C 41 3B
Octal 332 266 123 0 21 76 17 54 101 73
Binary 11011010 10110110 1010011 0 10001 111110 1111 101100 1000001 111011

Color Harmonies of #DAB653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB653

Black with #DAB653

Text Example


Text Example

White with #DAB653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB653; }

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

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

background-color css

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

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

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

border-color css

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

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

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