#D7DA0B

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

Shades of Barberry #D7DA0B

Tints of Barberry #D7DA0B

Color information

#D7DA0B (or 0xD7DA0B) is unknown color: approx Barberry. HEX triplet: D7, DA and 0B. RGB value is (215,218,11). Sum of RGB (Red+Green+Blue) = 215+218+11=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7DA0B is #2825F4. Grayscale: #C2C2C2. Windows color (decimal): -2631157 or 776919. OLE color: 776919.

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

Color convert

RGB21521811-
CMYK0.0100.950.15
HSL60.87º90.39%44.9%-
HSV(B)60.87º94.95%85.49%-
XYZ53.1664.619.99-
YUV193.525.01143.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.42%
GREEN value IS 218 (85.55% from 255) = 49.10%
BLUE value IS 11 (4.69% from 255) = 2.48%
R=48.42%
G=49.10%
B=2.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215218110.0100.950.1560.8790.3944.9
HexD7DAB105FF3d5a2d
Octal3273321310137177513255
Binary1101011111011010101110101111111111111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA0B; }

 p { color: rgb(215,218,11); }

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

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

 a { background-color: rgb(215,218,11); }

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

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

 span { border-color: rgb(215,218,11); }

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