#D2DE0D

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

Shades of Barberry #D2DE0D

Tints of Barberry #D2DE0D

Color information

#D2DE0D (or 0xD2DE0D) is unknown color: approx Barberry. HEX triplet: D2, DE and 0D. RGB value is (210,222,13). Sum of RGB (Red+Green+Blue) = 210+222+13=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DE0D is #2D21F2. Grayscale: #C3C3C3. Windows color (decimal): -2957811 or 909010. OLE color: 909010.

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

Color convert

RGB21022213-
CMYK0.0500.940.13
HSL63.44º88.94%46.08%-
HSV(B)63.44º94.14%87.06%-
XYZ52.7765.9710.33-
YUV194.5925.52138.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.19%
GREEN value IS 222 (87.11% from 255) = 49.89%
BLUE value IS 13 (5.47% from 255) = 2.92%
R=47.19%
G=49.89%
B=2.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210222130.0500.940.1363.4488.9446.08
HexD2DED505ED3f592e
Octal3223361550136157713156
Binary110100101101111011011010101111011011111111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE0D; }

 p { color: rgb(210,222,13); }

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

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

 a { background-color: rgb(210,222,13); }

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

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

 span { border-color: rgb(210,222,13); }

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