#D6C525

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

Shades of Barberry #D6C525

Tints of Barberry #D6C525

Color information

#D6C525 (or 0xD6C525) is unknown color: approx Barberry. HEX triplet: D6, C5 and 25. RGB value is (214,197,37). Sum of RGB (Red+Green+Blue) = 214+197+37=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C525 is #293ADA. Grayscale: #B8B8B8. Windows color (decimal): -2702043 or 2475478. OLE color: 2475478.

HSL color Cylindrical-coordinate representation of color #D6C525: hue angle of 54.24º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6C525 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21419737-
CMYK00.080.830.16
HSL54.24º70.52%49.22%-
HSV(B)54.24º82.71%83.92%-
XYZ48.0354.369.71-
YUV183.8445.13149.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 197 (77.34% from 255) = 43.97%
BLUE value IS 37 (14.84% from 255) = 8.26%
R=47.77%
G=43.97%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141973700.080.830.1654.2470.5249.22
HexD6C525085310364731
Octal32630545010123206610761
Binary1101011011000101100101010001010011100001101101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C525; }

 p { color: rgb(214,197,37); }

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

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

 a { background-color: rgb(214,197,37); }

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

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

 span { border-color: rgb(214,197,37); }

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