#DAC81D

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

Shades of Barberry #DAC81D

Tints of Barberry #DAC81D

Color information

#DAC81D (or 0xDAC81D) is unknown color: approx Barberry. HEX triplet: DA, C8 and 1D. RGB value is (218,200,29). Sum of RGB (Red+Green+Blue) = 218+200+29=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC81D is #2537E2. Grayscale: #BABABA. Windows color (decimal): -2439139 or 1951962. OLE color: 1951962.

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

Color convert

RGB21820029-
CMYK00.080.870.15
HSL54.29º76.52%48.43%-
HSV(B)54.29º86.7%85.49%-
XYZ49.7956.39.41-
YUV185.8939.46150.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.77%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 29 (11.72% from 255) = 6.49%
R=48.77%
G=44.74%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182002900.080.870.1554.2976.5248.43
HexDAC81D0857F364d30
Octal33231035010127176611560
Binary11011010110010001110101000101011111111101101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC81D; }

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

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

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

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

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

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

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

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