#D8D01E

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

Shades of Barberry #D8D01E

Tints of Barberry #D8D01E

Color information

#D8D01E (or 0xD8D01E) is unknown color: approx Barberry. HEX triplet: D8, D0 and 1E. RGB value is (216,208,30). Sum of RGB (Red+Green+Blue) = 216+208+30=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D01E is #272FE1. Grayscale: #BEBEBE. Windows color (decimal): -2568162 or 2019544. OLE color: 2019544.

HSL color Cylindrical-coordinate representation of color #D8D01E: hue angle of 57.42º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8D01E is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB21620830-
CMYK00.040.860.15
HSL57.42º75.61%48.24%-
HSV(B)57.42º86.11%84.71%-
XYZ51.1159.810.08-
YUV190.137.65146.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 30 (12.11% from 255) = 6.61%
R=47.58%
G=45.81%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162083000.040.860.1557.4275.6148.24
HexD8D01E0456F394c30
Octal3303203604126177111460
Binary1101100011010000111100100101011011111110011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D01E; }

 p { color: rgb(216,208,30); }

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

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

 a { background-color: rgb(216,208,30); }

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

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

 span { border-color: rgb(216,208,30); }

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