#DAD125

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

Shades of Barberry #DAD125

Tints of Barberry #DAD125

Color information

#DAD125 (or 0xDAD125) is unknown color: approx Barberry. HEX triplet: DA, D1 and 25. RGB value is (218,209,37). Sum of RGB (Red+Green+Blue) = 218+209+37=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD125 is #252EDA. Grayscale: #C0C0C0. Windows color (decimal): -2436827 or 2478554. OLE color: 2478554.

HSL color Cylindrical-coordinate representation of color #DAD125: hue angle of 57.02º degrees, saturation: 0.71, 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 #DAD125 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21820937-
CMYK00.040.830.15
HSL57.02º70.98%50%-
HSV(B)57.02º83.03%85.49%-
XYZ52.0560.6410.71-
YUV192.0840.48146.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 37 (14.84% from 255) = 7.97%
R=46.98%
G=45.04%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182093700.040.830.1557.0270.9850
HexDAD1250453F394732
Octal3323214504123177110762
Binary11011010110100011001010100101001111111110011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD125; }

 p { color: rgb(218,209,37); }

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

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

 a { background-color: rgb(218,209,37); }

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

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

 span { border-color: rgb(218,209,37); }

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