#DAC22D

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

Shades of Barberry #DAC22D

Tints of Barberry #DAC22D

Color information

#DAC22D (or 0xDAC22D) is unknown color: approx Barberry. HEX triplet: DA, C2 and 2D. RGB value is (218,194,45). Sum of RGB (Red+Green+Blue) = 218+194+45=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC22D is #253DD2. Grayscale: #B8B8B8. Windows color (decimal): -2440659 or 2999002. OLE color: 2999002.

HSL color Cylindrical-coordinate representation of color #DAC22D: hue angle of 51.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAC22D is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB21819445-
CMYK00.110.790.15
HSL51.68º70.04%51.57%-
HSV(B)51.68º79.36%85.49%-
XYZ48.6853.6810.28-
YUV184.1949.45152.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 194 (76.17% from 255) = 42.45%
BLUE value IS 45 (17.97% from 255) = 9.85%
R=47.70%
G=42.45%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181944500.110.790.1551.6870.0451.57
HexDAC22D0B4FF344634
Octal33230255013117176410664
Binary110110101100001010110101011100111111111101001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC22D; }

 p { color: rgb(218,194,45); }

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

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

 a { background-color: rgb(218,194,45); }

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

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

 span { border-color: rgb(218,194,45); }

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