#D3DA0D

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

Shades of Barberry #D3DA0D

Tints of Barberry #D3DA0D

Color information

#D3DA0D (or 0xD3DA0D) is unknown color: approx Barberry. HEX triplet: D3, DA and 0D. RGB value is (211,218,13). Sum of RGB (Red+Green+Blue) = 211+218+13=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DA0D is #2C25F2. Grayscale: #C1C1C1. Windows color (decimal): -2893299 or 907987. OLE color: 907987.

HSL color Cylindrical-coordinate representation of color #D3DA0D: hue angle of 62.05º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3DA0D is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21121813-
CMYK0.0300.940.15
HSL62.05º88.74%45.29%-
HSV(B)62.05º94.04%85.49%-
XYZ52.0164.0210-
YUV192.5426.68141.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.74%
GREEN value IS 218 (85.55% from 255) = 49.32%
BLUE value IS 13 (5.47% from 255) = 2.94%
R=47.74%
G=49.32%
B=2.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211218130.0300.940.1562.0588.7445.29
HexD3DAD305EF3e592d
Octal3233321530136177613155
Binary11010011110110101101110101111011111111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DA0D; }

 p { color: rgb(211,218,13); }

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

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

 a { background-color: rgb(211,218,13); }

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

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

 span { border-color: rgb(211,218,13); }

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