#D3CE14

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

Shades of Barberry #D3CE14

Tints of Barberry #D3CE14

Color information

#D3CE14 (or 0xD3CE14) is unknown color: approx Barberry. HEX triplet: D3, CE and 14. RGB value is (211,206,20). Sum of RGB (Red+Green+Blue) = 211+206+20=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CE14 is #2C31EB. Grayscale: #BBBBBB. Windows color (decimal): -2896364 or 1363667. OLE color: 1363667.

HSL color Cylindrical-coordinate representation of color #D3CE14: hue angle of 58.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3CE14 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB21120620-
CMYK00.020.910.17
HSL58.43º82.68%45.29%-
HSV(B)58.43º90.52%82.75%-
XYZ49.0658.049.28-
YUV186.2934.16145.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.28%
GREEN value IS 206 (80.86% from 255) = 47.14%
BLUE value IS 20 (8.20% from 255) = 4.58%
R=48.28%
G=47.14%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112062000.020.910.1758.4382.6845.29
HexD3CE14025B113a532d
Octal3233162402133217212355
Binary1101001111001110101000101011011100011110101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE14; }

 p { color: rgb(211,206,20); }

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

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

 a { background-color: rgb(211,206,20); }

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

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

 span { border-color: rgb(211,206,20); }

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