#DCCD19

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

Shades of Barberry #DCCD19

Tints of Barberry #DCCD19

Color information

#DCCD19 (or 0xDCCD19) is unknown color: approx Barberry. HEX triplet: DC, CD and 19. RGB value is (220,205,25). Sum of RGB (Red+Green+Blue) = 220+205+25=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD19 is #2332E6. Grayscale: #BDBDBD. Windows color (decimal): -2306791 or 1691100. OLE color: 1691100.

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

Color convert

RGB22020525-
CMYK00.070.890.14
HSL55.38º79.59%48.04%-
HSV(B)55.38º88.64%86.27%-
XYZ51.5258.959.58-
YUV188.9635.47150.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 25 (10.16% from 255) = 5.56%
R=48.89%
G=45.56%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202052500.070.890.1455.3879.5948.04
HexDCCD190759E375030
Octal3343153107131166712060
Binary1101110011001101110010111101100111101101111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD19; }

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

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

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

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

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

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

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

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