Html Css Color HEX #DAB54A Rob Roy

📋 copy color: '#DAB54A'

red 218 ◦ green 181 ◦ blue 74

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

Shades of Rob Roy #DAB54A

Tints of Rob Roy #DAB54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.64%

R = 46.09%
G = 38.27%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAB54A (or 0xDAB54A) is known color: Rob Roy. HEX triplet: DA, B5 and 4A. RGB value is (218,181,74). Sum of RGB (Red+Green+Blue) = 218+181+74=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB54A is #254AB5. Grayscale: #B4B4B4. Windows color (decimal): -2443958 or 4896218. OLE color: 4896218.

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

Color convert

RGB 218 181 74 -
CMYK 0 0.17 0.66 0.15
HSL 44.58º 0.66% 0.57% -
HSV(B) 44.58º 0.66% 0.85% -
XYZ 46.67 48.45 13.37 -
YUV 179.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 218 181 74 0 0.17 0.66 0.15 44.58 0.66 0.57
Hex DA B5 4A 0 11 42 F 2D 42 39
Octal 332 265 112 0 21 102 17 55 102 71
Binary 11011010 10110101 1001010 0 10001 1000010 1111 101101 1000010 111001

Color Harmonies of #DAB54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB54A

Black with #DAB54A

Text Example


Text Example

White with #DAB54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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