#D7DA1C

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

Shades of Barberry #D7DA1C

Tints of Barberry #D7DA1C

Color information

#D7DA1C (or 0xD7DA1C) is unknown color: approx Barberry. HEX triplet: D7, DA and 1C. RGB value is (215,218,28). Sum of RGB (Red+Green+Blue) = 215+218+28=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DA1C is #2825E3. Grayscale: #C4C4C4. Windows color (decimal): -2631140 or 1891031. OLE color: 1891031.

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

Color convert

RGB21521828-
CMYK0.0100.870.15
HSL60.95º77.24%48.24%-
HSV(B)60.95º87.16%85.49%-
XYZ53.3164.6710.77-
YUV195.4433.51141.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.64%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 28 (11.33% from 255) = 6.07%
R=46.64%
G=47.29%
B=6.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal215218280.0100.870.1560.9577.2448.24
HexD7DA1C1057F3d4d30
Octal3273323410127177511560
Binary11010111110110101110010101011111111111011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DA1C; }

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

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

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

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

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

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

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

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