Html Css Color HEX #DAC524 Barberry

📋 copy color: '#DAC524'

red 218 ◦ green 197 ◦ blue 36

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

Shades of Barberry #DAC524

Tints of Barberry #DAC524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.68%

 BLUE value IS 36 (14.45% from 255) = 7.98%

R = 48.34%
G = 43.68%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAC524 (or 0xDAC524) is known color: Barberry. HEX triplet: DA, C5 and 24. RGB value is (218,197,36). Sum of RGB (Red+Green+Blue) = 218+197+36=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC524 is #253ADB. Grayscale: #B9B9B9. Windows color (decimal): -2439900 or 2409946. OLE color: 2409946.

HSL color Cylindrical-coordinate representation of color #DAC524: hue angle of 53.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAC524 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 36 -
CMYK 0 0.10 0.83 0.15
HSL 53.08º 0.72% 0.5% -
HSV(B) 53.08º 0.83% 0.85% -
XYZ 49.2 54.97 9.69 -
YUV 184.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 218 197 36 0 0.10 0.83 0.15 53.08 0.72 0.5
Hex DA C5 24 0 A 53 F 35 48 32
Octal 332 305 44 0 12 123 17 65 110 62
Binary 11011010 11000101 100100 0 1010 1010011 1111 110101 1001000 110010

Color Harmonies of #DAC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC524

Black with #DAC524

Text Example


Text Example

White with #DAC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC524; }

 p { color: rgb(218,197,36); }

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

background-color css

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

 a { background-color: rgb(218,197,36); }

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

border-color css

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

 span { border-color: rgb(218,197,36); }

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