#D0D31C

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

Shades of Barberry #D0D31C

Tints of Barberry #D0D31C

Color information

#D0D31C (or 0xD0D31C) is unknown color: approx Barberry. HEX triplet: D0, D3 and 1C. RGB value is (208,211,28). Sum of RGB (Red+Green+Blue) = 208+211+28=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D31C is #2F2CE3. Grayscale: #BDBDBD. Windows color (decimal): -3091684 or 1889232. OLE color: 1889232.

HSL color Cylindrical-coordinate representation of color #D0D31C: hue angle of 60.98º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0D31C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB20821128-
CMYK0.0100.870.17
HSL60.98º76.57%46.86%-
HSV(B)60.98º86.73%82.75%-
XYZ49.5260.0810.09-
YUV189.2437.01141.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 211 (82.81% from 255) = 47.20%
BLUE value IS 28 (11.33% from 255) = 6.26%
R=46.53%
G=47.20%
B=6.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208211280.0100.870.1760.9876.5746.86
HexD0D31C1057113d4d2f
Octal3203233410127217511557
Binary110100001101001111100101010111100011111011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D31C; }

 p { color: rgb(208,211,28); }

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

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

 a { background-color: rgb(208,211,28); }

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

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

 span { border-color: rgb(208,211,28); }

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