#D3CD1C

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

Shades of Barberry #D3CD1C

Tints of Barberry #D3CD1C

Color information

#D3CD1C (or 0xD3CD1C) is unknown color: approx Barberry. HEX triplet: D3, CD and 1C. RGB value is (211,205,28). Sum of RGB (Red+Green+Blue) = 211+205+28=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CD1C is #2C32E3. Grayscale: #BBBBBB. Windows color (decimal): -2896612 or 1887699. OLE color: 1887699.

HSL color Cylindrical-coordinate representation of color #D3CD1C: hue angle of 58.03º 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 #D3CD1C is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB21120528-
CMYK00.030.870.17
HSL58.03º76.57%46.86%-
HSV(B)58.03º86.73%82.75%-
XYZ48.957.69.64-
YUV186.6238.49145.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.52%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 28 (11.33% from 255) = 6.31%
R=47.52%
G=46.17%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112052800.030.870.1758.0376.5746.86
HexD3CD1C0357113a4d2f
Octal3233153403127217211557
Binary1101001111001101111000111010111100011110101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CD1C; }

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

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

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

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

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

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

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

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