Html Css Color HEX #DAB451 Rob Roy

📋 copy color: '#DAB451'

red 218 ◦ green 180 ◦ blue 81

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

Shades of Rob Roy #DAB451

Tints of Rob Roy #DAB451

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 45.51%
G = 37.58%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAB451 (or 0xDAB451) is known color: Rob Roy. HEX triplet: DA, B4 and 51. RGB value is (218,180,81). Sum of RGB (Red+Green+Blue) = 218+180+81=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB451 is #254BAE. Grayscale: #B4B4B4. Windows color (decimal): -2444207 or 5354714. OLE color: 5354714.

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

Color convert

RGB 218 180 81 -
CMYK 0 0.17 0.63 0.15
HSL 43.36º 0.65% 0.59% -
HSV(B) 43.36º 0.63% 0.85% -
XYZ 46.72 48.14 14.61 -
YUV 180.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 218 180 81 0 0.17 0.63 0.15 43.36 0.65 0.59
Hex DA B4 51 0 11 3F F 2B 41 3B
Octal 332 264 121 0 21 77 17 53 101 73
Binary 11011010 10110100 1010001 0 10001 111111 1111 101011 1000001 111011

Color Harmonies of #DAB451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB451

Black with #DAB451

Text Example


Text Example

White with #DAB451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB451; }

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

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

background-color css

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

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

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

border-color css

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

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

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