#D0D014

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

Shades of Barberry #D0D014

Tints of Barberry #D0D014

Color information

#D0D014 (or 0xD0D014) is unknown color: approx Barberry. HEX triplet: D0, D0 and 14. RGB value is (208,208,20). Sum of RGB (Red+Green+Blue) = 208+208+20=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D014 is #2F2FEB. Grayscale: #BBBBBB. Windows color (decimal): -3092460 or 1364176. OLE color: 1364176.

HSL color Cylindrical-coordinate representation of color #D0D014: hue angle of 60º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0D014 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB20820820-
CMYK000.900.18
HSL60º82.46%44.71%-
HSV(B)60º90.38%81.57%-
XYZ48.6958.579.4-
YUV186.5734143.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 208 (81.64% from 255) = 47.71%
BLUE value IS 20 (8.20% from 255) = 4.59%
R=47.71%
G=47.71%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820820000.900.186082.4644.71
HexD0D014005A123c522d
Octal3203202400132227412255
Binary110100001101000010100001011010100101111001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D014; }

 p { color: rgb(208,208,20); }

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

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

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

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

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

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

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