#D9DC1A

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

Shades of Barberry #D9DC1A

Tints of Barberry #D9DC1A

Color information

#D9DC1A (or 0xD9DC1A) is unknown color: approx Barberry. HEX triplet: D9, DC and 1A. RGB value is (217,220,26). Sum of RGB (Red+Green+Blue) = 217+220+26=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC1A is #2623E5. Grayscale: #C5C5C5. Windows color (decimal): -2499558 or 1760473. OLE color: 1760473.

HSL color Cylindrical-coordinate representation of color #D9DC1A: hue angle of 60.93º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9DC1A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB21722026-
CMYK0.0100.880.14
HSL60.93º78.86%48.24%-
HSV(B)60.93º88.18%86.27%-
XYZ54.3966.0110.85-
YUV196.9931.51142.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 220 (86.33% from 255) = 47.52%
BLUE value IS 26 (10.55% from 255) = 5.62%
R=46.87%
G=47.52%
B=5.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal217220260.0100.880.1460.9378.8648.24
HexD9DC1A1058E3d4f30
Octal3313343210130167511760
Binary11011001110111001101010101100011101111011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DC1A; }

 p { color: rgb(217,220,26); }

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

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

 a { background-color: rgb(217,220,26); }

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

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

 span { border-color: rgb(217,220,26); }

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