#D8D321

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

Shades of Barberry #D8D321

Tints of Barberry #D8D321

Color information

#D8D321 (or 0xD8D321) is unknown color: approx Barberry. HEX triplet: D8, D3 and 21. RGB value is (216,211,33). Sum of RGB (Red+Green+Blue) = 216+211+33=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D321 is #272CDE. Grayscale: #C0C0C0. Windows color (decimal): -2567391 or 2216920. OLE color: 2216920.

HSL color Cylindrical-coordinate representation of color #D8D321: hue angle of 58.36º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8D321 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21621133-
CMYK00.020.850.15
HSL58.36º73.49%48.82%-
HSV(B)58.36º84.72%84.71%-
XYZ51.8961.310.54-
YUV192.238.16144.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.96%
GREEN value IS 211 (82.81% from 255) = 45.87%
BLUE value IS 33 (13.28% from 255) = 7.17%
R=46.96%
G=45.87%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162113300.020.850.1558.3673.4948.82
HexD8D3210255F3a4931
Octal3303234102125177211161
Binary1101100011010011100001010101010111111110101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D321; }

 p { color: rgb(216,211,33); }

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

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

 a { background-color: rgb(216,211,33); }

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

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

 span { border-color: rgb(216,211,33); }

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