Html Css Color HEX #DAB54F Rob Roy

📋 copy color: '#DAB54F'

red 218 ◦ green 181 ◦ blue 79

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

Shades of Rob Roy #DAB54F

Tints of Rob Roy #DAB54F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

 BLUE value IS 79 (31.25% from 255) = 16.53%

R = 45.61%
G = 37.87%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAB54F (or 0xDAB54F) is known color: Rob Roy. HEX triplet: DA, B5 and 4F. RGB value is (218,181,79). Sum of RGB (Red+Green+Blue) = 218+181+79=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB54F is #254AB0. Grayscale: #B4B4B4. Windows color (decimal): -2443953 or 5223898. OLE color: 5223898.

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

Color convert

RGB 218 181 79 -
CMYK 0 0.17 0.64 0.15
HSL 44.03º 0.65% 0.58% -
HSV(B) 44.03º 0.64% 0.85% -
XYZ 46.85 48.52 14.29 -
YUV 180.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 218 181 79 0 0.17 0.64 0.15 44.03 0.65 0.58
Hex DA B5 4F 0 11 40 F 2C 41 3A
Octal 332 265 117 0 21 100 17 54 101 72
Binary 11011010 10110101 1001111 0 10001 1000000 1111 101100 1000001 111010

Color Harmonies of #DAB54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB54F

Black with #DAB54F

Text Example


Text Example

White with #DAB54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB54F; }

 p { color: rgb(218,181,79); }

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

background-color css

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

 a { background-color: rgb(218,181,79); }

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

border-color css

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

 span { border-color: rgb(218,181,79); }

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