#D3DD0F

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

Shades of Barberry #D3DD0F

Tints of Barberry #D3DD0F

Color information

#D3DD0F (or 0xD3DD0F) is unknown color: approx Barberry. HEX triplet: D3, DD and 0F. RGB value is (211,221,15). Sum of RGB (Red+Green+Blue) = 211+221+15=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DD0F is #2C22F0. Grayscale: #C3C3C3. Windows color (decimal): -2892529 or 1039827. OLE color: 1039827.

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

Color convert

RGB21122115-
CMYK0.0500.930.13
HSL62.91º87.29%46.27%-
HSV(B)62.91º93.21%86.67%-
XYZ52.8165.610.33-
YUV194.5326.69139.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.20%
GREEN value IS 221 (86.72% from 255) = 49.44%
BLUE value IS 15 (6.25% from 255) = 3.36%
R=47.20%
G=49.44%
B=3.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211221150.0500.930.1362.9187.2946.27
HexD3DDF505DD3f572e
Octal3233351750135157712756
Binary110100111101110111111010101110111011111111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DD0F; }

 p { color: rgb(211,221,15); }

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

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

 a { background-color: rgb(211,221,15); }

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

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

 span { border-color: rgb(211,221,15); }

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