#D0D814

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

Shades of Barberry #D0D814

Tints of Barberry #D0D814

Color information

#D0D814 (or 0xD0D814) is unknown color: approx Barberry. HEX triplet: D0, D8 and 14. RGB value is (208,216,20). Sum of RGB (Red+Green+Blue) = 208+216+20=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D814 is #2F27EB. Grayscale: #C0C0C0. Windows color (decimal): -3090412 or 1366224. OLE color: 1366224.

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

Color convert

RGB20821620-
CMYK0.0400.910.15
HSL62.45º83.05%46.27%-
HSV(B)62.45º90.74%84.71%-
XYZ50.6962.5710.07-
YUV191.2631.35139.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 216 (84.77% from 255) = 48.65%
BLUE value IS 20 (8.20% from 255) = 4.50%
R=46.85%
G=48.65%
B=4.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208216200.0400.910.1562.4583.0546.27
HexD0D814405BF3e532e
Octal3203302440133177612356
Binary1101000011011000101001000101101111111111101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D814; }

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

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

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

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

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

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

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

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