#D0DE0D

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

Shades of Barberry #D0DE0D

Tints of Barberry #D0DE0D

Color information

#D0DE0D (or 0xD0DE0D) is unknown color: approx Barberry. HEX triplet: D0, DE and 0D. RGB value is (208,222,13). Sum of RGB (Red+Green+Blue) = 208+222+13=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DE0D is #2F21F2. Grayscale: #C2C2C2. Windows color (decimal): -3088883 or 909008. OLE color: 909008.

HSL color Cylindrical-coordinate representation of color #D0DE0D: hue angle of 64.02º 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 #D0DE0D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB20822213-
CMYK0.0600.940.13
HSL64.02º88.94%46.08%-
HSV(B)64.02º94.14%87.06%-
XYZ52.2165.6810.31-
YUV193.9925.86137.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 222 (87.11% from 255) = 50.11%
BLUE value IS 13 (5.47% from 255) = 2.93%
R=46.95%
G=50.11%
B=2.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208222130.0600.940.1364.0288.9446.08
HexD0DED605ED40592e
Octal32033615601361510013156
Binary1101000011011110110111001011110110110000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DE0D; }

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

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

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

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

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

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

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

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