#d0df12

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

Shades of Barberry #D0DF12

Tints of Barberry #D0DF12

Color information

#D0DF12 (or 0xD0DF12) is unknown color: approx Barberry. HEX triplet: D0, DF and 12. RGB value is (208,223,18). Sum of RGB (Red+Green+Blue) = 208+223+18=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DF12 is #2F20ED. Grayscale: #C3C3C3. Windows color (decimal): -3088622 or 1236944. OLE color: 1236944.

HSL color Cylindrical-coordinate representation of color #D0DF12: hue angle of 64.39º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0DF12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB20822318-
CMYK0.0700.920.13
HSL64.39º85.06%47.25%-
HSV(B)64.39º91.93%87.45%-
XYZ52.5166.2310.59-
YUV195.1428.03137.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.33%
GREEN value IS 223 (87.5% from 255) = 49.67%
BLUE value IS 18 (7.42% from 255) = 4.01%
R=46.33%
G=49.67%
B=4.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208223180.0700.920.1364.3985.0647.25
HexD0DF12705CD40552f
Octal32033722701341510012557
Binary11010000110111111001011101011100110110000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0df12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0df12; }

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

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

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

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

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

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

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

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