Html Css Color HEX #DAB351 Rob Roy

📋 copy color: '#DAB351'

red 218 ◦ green 179 ◦ blue 81

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

Shades of Rob Roy #DAB351

Tints of Rob Roy #DAB351

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

 BLUE value IS 81 (32.03% from 255) = 16.95%

R = 45.61%
G = 37.45%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAB351 (or 0xDAB351) is known color: Rob Roy. HEX triplet: DA, B3 and 51. RGB value is (218,179,81). Sum of RGB (Red+Green+Blue) = 218+179+81=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 81 (32.03% from 255 or 16.95% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB351 is #254CAE. Grayscale: #B3B3B3. Windows color (decimal): -2444463 or 5354458. OLE color: 5354458.

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

Color convert

RGB 218 179 81 -
CMYK 0 0.18 0.63 0.15
HSL 42.92º 0.65% 0.59% -
HSV(B) 42.92º 0.63% 0.85% -
XYZ 46.52 47.74 14.55 -
YUV 179.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 218 179 81 0 0.18 0.63 0.15 42.92 0.65 0.59
Hex DA B3 51 0 12 3F F 2B 41 3B
Octal 332 263 121 0 22 77 17 53 101 73
Binary 11011010 10110011 1010001 0 10010 111111 1111 101011 1000001 111011

Color Harmonies of #DAB351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB351

Black with #DAB351

Text Example


Text Example

White with #DAB351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB351; }

 p { color: rgb(218,179,81); }

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

background-color css

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

 a { background-color: rgb(218,179,81); }

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

border-color css

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

 span { border-color: rgb(218,179,81); }

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