#d0d311

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

Shades of Barberry #D0D311

Tints of Barberry #D0D311

Color information

#D0D311 (or 0xD0D311) is unknown color: approx Barberry. HEX triplet: D0, D3 and 11. RGB value is (208,211,17). Sum of RGB (Red+Green+Blue) = 208+211+17=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D311 is #2F2CEE. Grayscale: #BCBCBC. Windows color (decimal): -3091695 or 1168336. OLE color: 1168336.

HSL color Cylindrical-coordinate representation of color #D0D311: hue angle of 60.93º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0D311 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB20821117-
CMYK0.0100.920.17
HSL60.93º85.09%44.71%-
HSV(B)60.93º91.94%82.75%-
XYZ49.4160.049.51-
YUV187.9931.51142.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 211 (82.81% from 255) = 48.39%
BLUE value IS 17 (7.03% from 255) = 3.90%
R=47.71%
G=48.39%
B=3.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208211170.0100.920.1760.9385.0944.71
HexD0D311105C113d552d
Octal3203232110134217512555
Binary110100001101001110001101011100100011111011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0d311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0d311; }

 p { color: rgb(208,211,17); }

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

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

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

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

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

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

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