#D4D01D

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

Shades of Barberry #D4D01D

Tints of Barberry #D4D01D

Color information

#D4D01D (or 0xD4D01D) is unknown color: approx Barberry. HEX triplet: D4, D0 and 1D. RGB value is (212,208,29). Sum of RGB (Red+Green+Blue) = 212+208+29=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D01D is #2B2FE2. Grayscale: #BDBDBD. Windows color (decimal): -2830307 or 1954004. OLE color: 1954004.

HSL color Cylindrical-coordinate representation of color #D4D01D: hue angle of 58.69º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4D01D is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB21220829-
CMYK00.020.860.17
HSL58.69º75.93%47.25%-
HSV(B)58.69º86.32%83.14%-
XYZ49.9359.29.96-
YUV188.7937.83144.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.22%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 29 (11.72% from 255) = 6.46%
R=47.22%
G=46.33%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122082900.020.860.1758.6975.9347.25
HexD4D01D0256113b4c2f
Octal3243203502126217311457
Binary1101010011010000111010101010110100011110111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D01D; }

 p { color: rgb(212,208,29); }

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

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

 a { background-color: rgb(212,208,29); }

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

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

 span { border-color: rgb(212,208,29); }

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