#D0BE2A

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

Shades of Barberry #D0BE2A

Tints of Barberry #D0BE2A

Color information

#D0BE2A (or 0xD0BE2A) is unknown color: approx Barberry. HEX triplet: D0, BE and 2A. RGB value is (208,190,42). Sum of RGB (Red+Green+Blue) = 208+190+42=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE2A is #2F41D5. Grayscale: #B3B3B3. Windows color (decimal): -3097046 or 2801360. OLE color: 2801360.

HSL color Cylindrical-coordinate representation of color #D0BE2A: hue angle of 53.49º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0BE2A is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB20819042-
CMYK00.090.800.18
HSL53.49º66.4%49.02%-
HSV(B)53.49º79.81%81.57%-
XYZ44.8450.49.56-
YUV178.5150.96149.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 42 (16.80% from 255) = 9.55%
R=47.27%
G=43.18%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081904200.090.800.1853.4966.449.02
HexD0BE2A095012354231
Octal32027652011120226510261
Binary1101000010111110101010010011010000100101101011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BE2A; }

 p { color: rgb(208,190,42); }

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

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

 a { background-color: rgb(208,190,42); }

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

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

 span { border-color: rgb(208,190,42); }

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