#DAC823

Color #DAC823 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #DAC823

Tints of Barberry #DAC823

Color information

#DAC823 (or 0xDAC823) is unknown color: approx Barberry. HEX triplet: DA, C8 and 23. RGB value is (218,200,35). Sum of RGB (Red+Green+Blue) = 218+200+35=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC823 is #2537DC. Grayscale: #BBBBBB. Windows color (decimal): -2439133 or 2345178. OLE color: 2345178.

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

Color convert

RGB21820035-
CMYK00.080.840.15
HSL54.1º72.33%49.61%-
HSV(B)54.1º83.94%85.49%-
XYZ49.8756.349.84-
YUV186.5742.46150.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 200 (78.52% from 255) = 44.15%
BLUE value IS 35 (14.06% from 255) = 7.73%
R=48.12%
G=44.15%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182003500.080.840.1554.172.3349.61
HexDAC8230854F364832
Octal33231043010124176611062
Binary110110101100100010001101000101010011111101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC823; }

 p { color: rgb(218,200,35); }

 H1.HeaderClassName
 {
   color: #DAC823;
 }
 .AnyTagClassName
 {
   color: #DAC823;
 }
</style>
background-color css

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

 a { background-color: rgb(218,200,35); }

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

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

 span { border-color: rgb(218,200,35); }

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