#D4DE0A

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

Shades of Barberry #D4DE0A

Tints of Barberry #D4DE0A

Color information

#D4DE0A (or 0xD4DE0A) is unknown color: approx Barberry. HEX triplet: D4, DE and 0A. RGB value is (212,222,10). Sum of RGB (Red+Green+Blue) = 212+222+10=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4DE0A is #2B21F5. Grayscale: #C3C3C3. Windows color (decimal): -2826742 or 712404. OLE color: 712404.

HSL color Cylindrical-coordinate representation of color #D4DE0A: hue angle of 62.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4DE0A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB21222210-
CMYK0.0500.950.13
HSL62.83º91.38%45.49%-
HSV(B)62.83º95.5%87.06%-
XYZ53.3366.2610.27-
YUV194.8423.69140.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 222 (87.11% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 2.25%
R=47.75%
G=50%
B=2.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212222100.0500.950.1362.8391.3845.49
HexD4DEA505FD3f5b2d
Octal3243361250137157713355
Binary110101001101111010101010101111111011111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DE0A; }

 p { color: rgb(212,222,10); }

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

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

 a { background-color: rgb(212,222,10); }

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

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

 span { border-color: rgb(212,222,10); }

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