#D0DF0D

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

Shades of Barberry #D0DF0D

Tints of Barberry #D0DF0D

Color information

#D0DF0D (or 0xD0DF0D) is unknown color: approx Barberry. HEX triplet: D0, DF and 0D. RGB value is (208,223,13). Sum of RGB (Red+Green+Blue) = 208+223+13=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DF0D is #2F20F2. Grayscale: #C3C3C3. Windows color (decimal): -3088627 or 909264. OLE color: 909264.

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

Color convert

RGB20822313-
CMYK0.0700.940.13
HSL64.29º88.98%46.27%-
HSV(B)64.29º94.17%87.45%-
XYZ52.4766.2110.4-
YUV194.5825.53137.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 223 (87.5% from 255) = 50.23%
BLUE value IS 13 (5.47% from 255) = 2.93%
R=46.85%
G=50.23%
B=2.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208223130.0700.940.1364.2988.9846.27
HexD0DFD705ED40592e
Octal32033715701361510013156
Binary1101000011011111110111101011110110110000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DF0D; }

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

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

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

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

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

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

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

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