#D6C426

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

Shades of Barberry #D6C426

Tints of Barberry #D6C426

Color information

#D6C426 (or 0xD6C426) is unknown color: approx Barberry. HEX triplet: D6, C4 and 26. RGB value is (214,196,38). Sum of RGB (Red+Green+Blue) = 214+196+38=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C426 is #293BD9. Grayscale: #B8B8B8. Windows color (decimal): -2702298 or 2540758. OLE color: 2540758.

HSL color Cylindrical-coordinate representation of color #D6C426: hue angle of 53.86º 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 #D6C426 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21419638-
CMYK00.080.820.16
HSL53.86º69.84%49.41%-
HSV(B)53.86º82.24%83.92%-
XYZ47.8253.929.72-
YUV183.3745.96149.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 196 (76.95% from 255) = 43.75%
BLUE value IS 38 (15.23% from 255) = 8.48%
R=47.77%
G=43.75%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141963800.080.820.1653.8669.8449.41
HexD6C426085210364631
Octal32630446010122206610661
Binary1101011011000100100110010001010010100001101101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C426; }

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

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

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

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

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

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

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

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