#D3CF1C

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

Shades of Barberry #D3CF1C

Tints of Barberry #D3CF1C

Color information

#D3CF1C (or 0xD3CF1C) is unknown color: approx Barberry. HEX triplet: D3, CF and 1C. RGB value is (211,207,28). Sum of RGB (Red+Green+Blue) = 211+207+28=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CF1C is #2C30E3. Grayscale: #BCBCBC. Windows color (decimal): -2896100 or 1888211. OLE color: 1888211.

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

Color convert

RGB21120728-
CMYK00.020.870.17
HSL58.69º76.57%46.86%-
HSV(B)58.69º86.73%82.75%-
XYZ49.3958.569.8-
YUV187.7937.83144.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.31%
GREEN value IS 207 (81.25% from 255) = 46.41%
BLUE value IS 28 (11.33% from 255) = 6.28%
R=47.31%
G=46.41%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112072800.020.870.1758.6976.5746.86
HexD3CF1C0257113b4d2f
Octal3233173402127217311557
Binary1101001111001111111000101010111100011110111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CF1C; }

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

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

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

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

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

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

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

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