Html Css Color HEX #DAC529 Barberry

📋 copy color: '#DAC529'

red 218 ◦ green 197 ◦ blue 41

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

Shades of Barberry #DAC529

Tints of Barberry #DAC529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 47.81%
G = 43.2%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAC529 (or 0xDAC529) is known color: Barberry. HEX triplet: DA, C5 and 29. RGB value is (218,197,41). Sum of RGB (Red+Green+Blue) = 218+197+41=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC529 is #253AD6. Grayscale: #BABABA. Windows color (decimal): -2439895 or 2737626. OLE color: 2737626.

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

Color convert

RGB 218 197 41 -
CMYK 0 0.10 0.81 0.15
HSL 52.88º 0.71% 0.51% -
HSV(B) 52.88º 0.81% 0.85% -
XYZ 49.28 55 10.12 -
YUV 185.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 218 197 41 0 0.10 0.81 0.15 52.88 0.71 0.51
Hex DA C5 29 0 A 51 F 35 47 33
Octal 332 305 51 0 12 121 17 65 107 63
Binary 11011010 11000101 101001 0 1010 1010001 1111 110101 1000111 110011

Color Harmonies of #DAC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC529

Black with #DAC529

Text Example


Text Example

White with #DAC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC529; }

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

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

background-color css

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

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

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

border-color css

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

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

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