#D5D90E

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

Shades of Barberry #D5D90E

Tints of Barberry #D5D90E

Color information

#D5D90E (or 0xD5D90E) is unknown color: approx Barberry. HEX triplet: D5, D9 and 0E. RGB value is (213,217,14). Sum of RGB (Red+Green+Blue) = 213+217+14=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D90E is #2A26F1. Grayscale: #C1C1C1. Windows color (decimal): -2762482 or 973269. OLE color: 973269.

HSL color Cylindrical-coordinate representation of color #D5D90E: hue angle of 61.18º degrees, saturation: 0.88, 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 #D5D90E is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21321714-
CMYK0.0200.940.15
HSL61.18º87.88%45.29%-
HSV(B)61.18º93.55%85.1%-
XYZ52.3363.89.97-
YUV192.6627.17142.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 14 (5.86% from 255) = 3.15%
R=47.97%
G=48.87%
B=3.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213217140.0200.940.1561.1887.8845.29
HexD5D9E205EF3d582d
Octal3253311620136177513055
Binary11010101110110011110100101111011111111011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D90E; }

 p { color: rgb(213,217,14); }

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

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

 a { background-color: rgb(213,217,14); }

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

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

 span { border-color: rgb(213,217,14); }

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