#d6c326

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

Shades of Barberry #D6C326

Tints of Barberry #D6C326

Color information

#D6C326 (or 0xD6C326) is unknown color: approx Barberry. HEX triplet: D6, C3 and 26. RGB value is (214,195,38). Sum of RGB (Red+Green+Blue) = 214+195+38=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C326 is #293CD9. Grayscale: #B7B7B7. Windows color (decimal): -2702554 or 2540502. OLE color: 2540502.

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

Color convert

RGB21419538-
CMYK00.090.820.16
HSL53.52º69.84%49.41%-
HSV(B)53.52º82.24%83.92%-
XYZ47.653.479.65-
YUV182.7846.29150.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 195 (76.56% from 255) = 43.62%
BLUE value IS 38 (15.23% from 255) = 8.50%
R=47.87%
G=43.62%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141953800.090.820.1653.5269.8449.41
HexD6C326095210364631
Octal32630346011122206610661
Binary1101011011000011100110010011010010100001101101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6c326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6c326; }

 p { color: rgb(214,195,38); }

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

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

 a { background-color: rgb(214,195,38); }

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

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

 span { border-color: rgb(214,195,38); }

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