#d6c026

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

Shades of Barberry #D6C026

Tints of Barberry #D6C026

Color information

#D6C026 (or 0xD6C026) is unknown color: approx Barberry. HEX triplet: D6, C0 and 26. RGB value is (214,192,38). Sum of RGB (Red+Green+Blue) = 214+192+38=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C026 is #293FD9. Grayscale: #B5B5B5. Windows color (decimal): -2703322 or 2539734. OLE color: 2539734.

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

Color convert

RGB21419238-
CMYK00.100.820.16
HSL52.5º69.84%49.41%-
HSV(B)52.5º82.24%83.92%-
XYZ46.9352.149.42-
YUV181.0247.29151.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 38 (15.23% from 255) = 8.56%
R=48.20%
G=43.24%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141923800.100.820.1652.569.8449.41
HexD6C0260A5210344631
Octal32630046012122206410661
Binary1101011011000000100110010101010010100001101001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6c026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6c026; }

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

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

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

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

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

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

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

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