#DCCD2B

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

Shades of Barberry #DCCD2B

Tints of Barberry #DCCD2B

Color information

#DCCD2B (or 0xDCCD2B) is unknown color: approx Barberry. HEX triplet: DC, CD and 2B. RGB value is (220,205,43). Sum of RGB (Red+Green+Blue) = 220+205+43=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD2B is #2332D4. Grayscale: #BFBFBF. Windows color (decimal): -2306773 or 2870748. OLE color: 2870748.

HSL color Cylindrical-coordinate representation of color #DCCD2B: hue angle of 54.92º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCCD2B is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB22020543-
CMYK00.070.800.14
HSL54.92º71.66%51.57%-
HSV(B)54.92º80.45%86.27%-
XYZ51.7859.0510.95-
YUV191.0244.47148.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.01%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 43 (17.19% from 255) = 9.19%
R=47.01%
G=43.80%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202054300.070.800.1454.9271.6651.57
HexDCCD2B0750E374834
Octal3343155307120166711064
Binary11011100110011011010110111101000011101101111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD2B; }

 p { color: rgb(220,205,43); }

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

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

 a { background-color: rgb(220,205,43); }

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

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

 span { border-color: rgb(220,205,43); }

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